Homepage setup for schleppe lab blog

This commit is contained in:
2023-05-19 18:08:45 +02:00
commit 445e0eb768
50 changed files with 1756 additions and 0 deletions

25
_includes/social.html Normal file
View 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>