Browse Source

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

As a consequence, the unnecessary white-spaces have been removed.
Kaartic Sivaraam 6 years ago
parent
commit
4166ef6043
1 changed files with 7 additions and 9 deletions
  1. 7 9
      index.html

+ 7 - 9
index.html

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