diff --git a/src/_data/i18n/de.json b/src/_data/i18n/de.json index ac1c5f8..f0ec888 100644 --- a/src/_data/i18n/de.json +++ b/src/_data/i18n/de.json @@ -84,7 +84,9 @@ "institution": "Hochschule Wismar", "start": "Sept. 2018", "end": "Juni 2021", - "description": "Berufsbegleitendes Fernstudium", + "descriptions": [ + "Berufsbegleitendes Fernstudium" + ], "city": "Wismar" }, { @@ -93,7 +95,7 @@ "institution": "Duale Hochschule Baden-Württemberg", "start": "Okt. 2014", "end": "Sept. 2017", - "description": "", + "descriptions": [], "city": "Karlsruhe" }, { @@ -102,7 +104,9 @@ "institution": "Albert-Einstein-Schule", "start": "Sept. 2011", "end": "Juni 2014", - "description": "Technisches Gymnasium, Profil Informationstechnik", + "descriptions": [ + "Technisches Gymnasium, Profil Informationstechnik" + ], "city": "Ettlingen" } ] @@ -120,7 +124,7 @@ { "icon": "samuel.png", "name": "Open Source", - "description": "Wenn ich Zeit finde beteilige ich mich an Open Source Projekten oder schreibe gelegentlich den ein oder anderen Artikel dazu.", + "description": "Wenn ich Zeit finde, beteilige ich mich an Open Source Projekten oder schreibe gelegentlich den ein oder anderen Artikel dazu.", "url": "" }, { diff --git a/src/_data/i18n/en.json b/src/_data/i18n/en.json index ae88e71..4dde7a8 100644 --- a/src/_data/i18n/en.json +++ b/src/_data/i18n/en.json @@ -84,7 +84,9 @@ "institution": "Wismar University", "start": "Sept. 2018", "end": "June 2021", - "description": "Part-time distance studies", + "descriptions": [ + "Part-time distance studies" + ], "city": "Wismar" }, { @@ -93,7 +95,7 @@ "institution": "Baden-Württemberg Cooperative State University", "start": "Oct. 2014", "end": "Sept. 2017", - "description": "", + "descriptions": [], "city": "Karlsruhe" }, { @@ -102,7 +104,9 @@ "institution": "Albert-Einstein School", "start": "Sept. 2011", "end": "June 2014", - "description": "Technical high school, profile information technology", + "descriptions": [ + "Technical high school, profile information technology" + ], "city": "Ettlingen" } ] diff --git a/src/index.html b/src/index.html index 289dd8f..a196182 100644 --- a/src/index.html +++ b/src/index.html @@ -154,7 +154,11 @@ title: {{site.title}}

{{item.degree}}

{% endif %} {{item.institution}} - {{item.city}} -

{{item.description}}

+ +
+ {%- for description in item.descriptions %} +

{{description | safe}}

+ {%- endfor %}
@@ -175,7 +179,7 @@ title: {{site.title}}
{%- for item in site.strings.projects.list %}
- + @@ -239,7 +243,7 @@ title: {{site.title}}