This commit is contained in:
eatingbrb 2020-06-06 05:59:39 -04:00 committed by GitHub
commit 98da24763c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,4 +48,7 @@
{{ with .Site.Params.social.email }}
<a href="mailto:{{.}}" rel="me"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.mastodon }}
<a href="{{.}}" rel="me"><i class="fab fa-mastodon fa-lg" aria-hidden="true"></i></a>
{{ end }}
</section>