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

@ -2,19 +2,17 @@
layout: default layout: default
--- ---
{% include career-profile.html %} {% include career-profile.html %}
{% if site.education_in_main %} {% if site.education_in_main %}
{% include education-section.html %} {% include education.html %}
{% endif %} {% endif %}
{% include experience.html %} {% include experience.html %}
{% include projects.html %} {% include projects.html %}
{% include publications.html %} {% include publications.html %}
{% include skills.html %} {% include skills.html %}