diff --git a/_i18n/en/_posts/2017-05-06-ValentinKalinov.md b/_i18n/en/_posts/2017-05-06-ValentinKalinov.md index c06ac9c..08ae77a 100644 --- a/_i18n/en/_posts/2017-05-06-ValentinKalinov.md +++ b/_i18n/en/_posts/2017-05-06-ValentinKalinov.md @@ -3,6 +3,8 @@ author: tungfa layout: post image: "ValentinKalinov.png" title: "BCHGraz - Meetup #10 - DASH by Valentin Kalinov 1/2" +original-author: +original-link: --- diff --git a/_includes/author.html b/_includes/author.html index 2072b60..8714f3b 100644 --- a/_includes/author.html +++ b/_includes/author.html @@ -1,11 +1,11 @@ {% if page.author %}
{% assign author = site.data.people[page.author] %} - + {% if author.image %}
{% endif %} - + {% if author.twitter %}
-{% endif %} \ No newline at end of file +{% endif %} + +{% if page.original-author %} +
+ + {{ page.original-author }} + +
+{% endif %}