Update social links
This commit is contained in:
parent
6336657c8a
commit
dfe6095224
17
author.hbs
17
author.hbs
|
@ -5,6 +5,8 @@
|
||||||
{{!-- Everything inside the #author tags pulls data from the author --}}
|
{{!-- Everything inside the #author tags pulls data from the author --}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header class="site-archive-header">
|
<header class="site-archive-header">
|
||||||
{{> site-header}}
|
{{> site-header}}
|
||||||
{{> header-background background=cover_image}} {{!--Special header-image.hbs partial to generate the background image--}}
|
{{> header-background background=cover_image}} {{!--Special header-image.hbs partial to generate the background image--}}
|
||||||
|
@ -30,12 +32,21 @@
|
||||||
{{#if website}}
|
{{#if website}}
|
||||||
<span class="author-social-link"><a href="{{website}}" rel="noopener">Website</a></span>
|
<span class="author-social-link"><a href="{{website}}" rel="noopener">Website</a></span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{#has slug="arkadiusz"}}
|
||||||
|
<span class="author-social-link"><a href="https://101010.pl/@arkadiusz_wieczorek" rel="noopener">Mastodon</a></span>
|
||||||
|
<span class="author-social-link"><a href="https://pixelfed.social/arkadiusz" rel="noopener">Pixelfed</a></span>
|
||||||
|
<span class="author-social-link"><a href="https://www.linkedin.com/in/wieczorek-arkadiusz/" rel="noopener">LinkedIn</a></span>
|
||||||
|
{{/has}}
|
||||||
|
|
||||||
|
{{#has slug="kuba"}}
|
||||||
|
<span class="author-social-link"><a href="https://toot.kuba-orlik.name/@kuba" rel="noopener">Mastodon</a></span>
|
||||||
|
<span class="author-social-link"><a href="https://www.linkedin.com/in/kuba-orlik-849329a8/" rel="noopener">LinkedIn</a></span>
|
||||||
|
{{/has}}
|
||||||
|
|
||||||
{{#if twitter}}
|
{{#if twitter}}
|
||||||
<span class="author-social-link"><a href="{{twitter_url}}" rel="noopener">Twitter</a></span>
|
<span class="author-social-link"><a href="{{twitter_url}}" rel="noopener">Twitter</a></span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if facebook}}
|
|
||||||
<span class="author-social-link"><a href="{{facebook_url}}" rel="noopener">Facebook</a></span>
|
|
||||||
{{/if}}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user