index: include the correct 'education' file in the main section (#65)

As a consequence, the unnecessary white-spaces have been removed.
This commit is contained in:
Kaartic Sivaraam 2018-05-10 20:31:01 +05:30 committed by Nelson Estevão
parent 3869e2335c
commit 4166ef6043

View File

@ -6,7 +6,7 @@ layout: default
{% include career-profile.html %}
{% if site.education_in_main %}
{% include education-section.html %}
{% include education.html %}
{% endif %}
{% include experience.html %}
@ -16,5 +16,3 @@ layout: default
{% include publications.html %}
{% include skills.html %}