Added Mastodon integration to social sidebar.
This commit is contained in:
parent
640ff27a42
commit
639dd0f03b
1 changed files with 3 additions and 0 deletions
|
@ -45,4 +45,7 @@
|
||||||
{{ with .Site.Params.social.email }}
|
{{ with .Site.Params.social.email }}
|
||||||
<a href="mailto:{{.}}" rel="me"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
|
<a href="mailto:{{.}}" rel="me"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ with .Site.Params.social.mastodon }}
|
||||||
|
<a href="{{.}}" rel="me"><i class="fab fa-mastodon fa-lg" aria-hidden="true"></i></a>
|
||||||
|
{{ end }}
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue