mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
added original autor and original link for blogpost
This commit is contained in:
parent
bf9d2d52e9
commit
9d36ad84b9
2 changed files with 17 additions and 4 deletions
|
@ -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>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{% if page.author %}
|
{% if page.author %}
|
||||||
<div class="author">
|
<div class="author">
|
||||||
{% assign author = site.data.people[page.author] %}
|
{% assign author = site.data.people[page.author] %}
|
||||||
|
|
||||||
{% if author.image %}
|
{% if author.image %}
|
||||||
<img src="{{ author.image }}" class="author-icon img-circle"><br />
|
<img src="{{ author.image }}" class="author-icon img-circle"><br />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if author.twitter %}
|
{% if author.twitter %}
|
||||||
<a rel="author"
|
<a rel="author"
|
||||||
href="https://twitter.com/{{ author.twitter }}"
|
href="https://twitter.com/{{ author.twitter }}"
|
||||||
|
@ -17,7 +17,18 @@
|
||||||
title="{{ author.name }}"
|
title="{{ author.name }}"
|
||||||
target="_blank">
|
target="_blank">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ author.name }}
|
{{ author.name }}
|
||||||
</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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue