-
-
-
{{university}}
-
-
- {{time.start | date: "%Y"}} - {{time.end | date: "%Y"}}
-
-
-
{{ details }}
+ {% assign degree = education.degree %}
+ {% assign details = education.details[site.lang] %}
+ {% assign university = education.university %}
+ {% assign time = education.time %}
+ {% assign link = education.link %}
+
+
+
{{university}}
+
+ {{time.start | date: "%Y"}} - {{time.end | date: "%Y"}}
+
+
+
{{ details }}
+
{% endfor %}
{% endif %}
diff --git a/_includes/experience.html b/_includes/experience.html
index 628895ec..d8b8ccdb 100644
--- a/_includes/experience.html
+++ b/_includes/experience.html
@@ -26,7 +26,7 @@
{{title}}
{% if technos %}
{{techno_title}}: {{technos | join: ", "}}.
-
+
{% endif %}
{% endfor %}
diff --git a/_includes/head.html b/_includes/head.html
index c61f88d1..b1ba8fa0 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -1,14 +1,14 @@
-
-