Update social links

This commit is contained in:
Arkadiusz Wieczorek 2022-01-10 12:56:56 +01:00
parent 6336657c8a
commit dfe6095224
1 changed files with 14 additions and 3 deletions

View File

@ -5,6 +5,8 @@
{{!-- Everything inside the #author tags pulls data from the author --}}
<header class="site-archive-header">
{{> site-header}}
{{> header-background background=cover_image}} {{!--Special header-image.hbs partial to generate the background image--}}
@ -30,12 +32,21 @@
{{#if website}}
<span class="author-social-link"><a href="{{website}}" rel="noopener">Website</a></span>
{{/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}}
<span class="author-social-link"><a href="{{twitter_url}}" rel="noopener">Twitter</a></span>
{{/if}}
{{#if facebook}}
<span class="author-social-link"><a href="{{facebook_url}}" rel="noopener">Facebook</a></span>
{{/if}}
</div>
</div>
</div>