Skip to content

Commit

Permalink
Merge branch 'eatingbrb-mastodon'
Browse files Browse the repository at this point in the history
Add support for Mastodon Social Links
  • Loading branch information
derme302 committed Oct 3, 2023
2 parents a9e58ae + a3cf01a commit eb09e8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/partials/sidebar/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@
{{ end }}
{{ with .Site.Params.social.rss }}
<a href="{{.}}" rel="me"><i class="fas fa-rss fa-lg" aria-hidden="true"></i></a>
{{ with .Site.Params.social.mastodon }}
<a href="{{.}}" rel="me"><i class="fab fa-mastodon fa-lg" aria-hidden="true"></i></a>
{{ end }}
</section>

0 comments on commit eb09e8b

Please sign in to comment.