added original autor and original link for blogpost

This commit is contained in:
Lee Wong 2017-05-07 14:32:15 +07:00 committed by tungfa
parent bf9d2d52e9
commit 9d36ad84b9
2 changed files with 17 additions and 4 deletions

View file

@ -3,6 +3,8 @@ author: tungfa
layout: post layout: post
image: "ValentinKalinov.png" image: "ValentinKalinov.png"
title: "BCHGraz - Meetup #10 - DASH by Valentin Kalinov 1/2" title: "BCHGraz - Meetup #10 - DASH by Valentin Kalinov 1/2"
original-author:
original-link:
--- ---
<iframe width="560" height="315" src="https://www.youtube.com/embed/yYo-SnHfMfY" frameborder="0" allowfullscreen></iframe> <iframe width="560" height="315" src="https://www.youtube.com/embed/yYo-SnHfMfY" frameborder="0" allowfullscreen></iframe>

View file

@ -21,3 +21,14 @@
</a> </a>
</div> </div>
{% endif %} {% endif %}
{% if page.original-author %}
<div class="author">
<a
href="{{ page.original-link }}"
title="{{ page.orginal-author }}"
target="_blank">
{{ page.original-author }}
</a>
</div>
{% endif %}