forked from robert/robertjohnson.work
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:
parent
3869e2335c
commit
4166ef6043
16
index.html
16
index.html
@ -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 %}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user