We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5915a1 + 2892bad commit 915d068Copy full SHA for 915d068
_config.yml
@@ -29,6 +29,7 @@ instagram_username : ebaehr
29
twitter_username : ebaehr
30
github_username : emilbaehr
31
youtube_username :
32
+mastodon_link : https://mastodon.social/@ebaehr
33
34
35
_includes/footer.html
@@ -31,6 +31,15 @@
</a>
{% endif %}
+ {% if site.mastodon_link %}
+ <a rel="me" href="{{ site.mastodon_link }}">
36
+ <span class="fa-stack fa-1x">
37
+ <i class="socialIconBack fas fa-circle fa-stack-2x"></i>
38
+ <i class="socialIconTop fab fa-mastodon fa-stack-1x"></i>
39
+ </span>
40
+ </a>
41
+ {% endif %}
42
+
43
{% if site.github_username %}
44
<a href="https://github.com/{{ site.github_username }}">
45
<span class="fa-stack fa-1x">
0 commit comments