Skip to content

Commit

Permalink
Merge pull request #23 from andypiper/update-footer
Browse files Browse the repository at this point in the history
Add @MastodonEngineering account to footer.
  • Loading branch information
andypiper authored Jan 3, 2025
2 parents 79c8c80 + 8e5cef5 commit 440c06d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/mastodon/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
</p>

<p class="flex-0 justify-end flex gap-x-4 items-center">
<a class="hover:text-blurple-500" href='https://mastodon.social/@Mastodon' target='_blank'>{{ partial "svg" "mastodon" }}</a>
<a class="hover:text-blurple-500" href='https://mastodon.social/@Mastodon' target='_blank' rel='noopener'>{{ partial "svg" "mastodon" }}</a>
<a class="hover:text-blurple-500" href='https://mastodon.social/@MastodonEngineering' target='_blank' rel='noopener'>{{ partial "svg" "mastodon" }}</a>
<a class="hover:text-blurple-500" href='/index.xml' target='_blank'>{{ partial "svg" "rss" }}</a>
</p>
</div>
Expand Down

0 comments on commit 440c06d

Please sign in to comment.