mirror of
https://github.com/KevinMidboe/schleppe-lab.git
synced 2026-02-12 04:19:19 +00:00
Homepage setup for schleppe lab blog
This commit is contained in:
25
_includes/social.html
Normal file
25
_includes/social.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<ul class="social-media-list">
|
||||
{%- if site.github_username -%}
|
||||
<li>
|
||||
<a
|
||||
href="https://github.com/{{ site.github_username| cgi_escape | escape }}"
|
||||
>
|
||||
<div class="svg-icon">
|
||||
{%- include icon-github.svg -%}
|
||||
</div>
|
||||
<span class="username">{{ site.github_username| escape }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{%- endif -%} {%- if site.twitter_username -%}
|
||||
<li>
|
||||
<a
|
||||
href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}"
|
||||
>
|
||||
<div class="svg-icon">
|
||||
{%- include icon-twitter.svg -%}
|
||||
</div>
|
||||
<span class="username">{{ site.twitter_username| escape }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{%- endif -%}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user