Skip to content

Commit

Permalink
Add Mastodon icon
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMathis committed Mar 19, 2019
1 parent e16b89a commit 0cc866f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layouts/partials/social.html
Expand Up @@ -13,6 +13,9 @@
{{ with .Site.Params.TwitterID }}
<a href="https://twitter.com/{{.}}" title="Twitter"><i class="fab fa-twitter fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.MastodonURL }}
<a href="https://twitter.com/{{.}}" title="Mastodon"><i class="fab fa-mastodon fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.GoogleplusID }}
<a href="https://plus.google.com/{{.}}/about" title="Google+"><i class="fab fa-google-plus fa-3x" aria-hidden="true"></i></a>
{{ end }}
Expand Down

0 comments on commit 0cc866f

Please sign in to comment.