From 4166ef60430df9d45901fc2220b16942f77111d2 Mon Sep 17 00:00:00 2001 From: Kaartic Sivaraam Date: Thu, 10 May 2018 20:31:01 +0530 Subject: [PATCH] index: include the correct 'education' file in the main section (#65) As a consequence, the unnecessary white-spaces have been removed. --- index.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index e9604df..04880ad 100644 --- a/index.html +++ b/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 %} - -