diff --git a/_includes/education.html b/_includes/education.html index 7386234..9e1309f 100644 --- a/_includes/education.html +++ b/_includes/education.html @@ -1,51 +1,51 @@ {% assign education = site.data.data.education %} {% if education %} - {% if site.data.sidebar.education %} -
+ {% if site.data.data.sidebar.education %} +
-

- - - - - Education -

+

Education

- {% for graduation in education %} -
- -
- -
-

{{ graduation.degree }}

-
{{ graduation.time }}
-
- -
{{ graduation.university }}
-
- - {% if graduation.details %} -
- {{ graduation.details | markdownify }} -
- {% endif %} -
- {% endfor %} - -
+ {% for graduation in education %} +
+

{{ graduation.degree }}

+
{{ graduation.university }}
+
{{ graduation.time }}
+
+ {% endfor %} + + {% else %} -
+
-

Education

+

+ + + + + Education +

- {% for graduation in education %} + {% for graduation in education %}
-

{{ graduation.degree }}

-
{{ graduation.university }}
-
{{ graduation.time }}
-
- {% endfor %} -
+
+ +
+

{{ graduation.degree }} sdfsdfsdf

+
{{ graduation.time }}
+
+ +
{{ graduation.university }}
+
+ + {% if graduation.details %} +
+ {{ graduation.details | markdownify }} +
+ {% endif %} + + {% endfor %} + + {% endif %} {% endif %} diff --git a/index.html b/index.html index 97f526b..5dad79f 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ layout: default {% include career-profile.html %} -{% unless sidebar.education %} +{% unless site.data.data.sidebar.education %} {% include education.html %} {% endunless %}