From 9d36ad84b94d8c37e5a9e01e4415ce4813290b9b Mon Sep 17 00:00:00 2001 From: Lee Wong Date: Sun, 7 May 2017 14:32:15 +0700 Subject: [PATCH] added original autor and original link for blogpost --- _i18n/en/_posts/2017-05-06-ValentinKalinov.md | 2 ++ _includes/author.html | 19 +++++++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) 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 %}