Skip to content

Commit

Permalink
feat: add ko-fi and liberapay links to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Apr 8, 2024
1 parent 4eb0cee commit 696bf97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ footerLinks:
<li>
<a rel="me noreferrer" href="{{ site.author.mastodon.url }}" data-umami-event="author-mastodon" title="Mastodon" class="not-fancy">{% icon 'si:mastodon' %}</a>
</li>
<li>
<a rel="me noreferrer" href="{{ site.author.kofi.url }}" data-umami-event="author-kofi" title="Ko-fi" class="not-fancy">{% icon 'si:kofi' %}</a>
</li>
<li>
<a rel="me noreferrer" href="{{ site.author.liberapay.url }}" data-umami-event="author-liberapay" title="Liberapay" class="not-fancy">{% icon 'si:liberapay' %}</a>
</li>
</ul>
<div class="flex flex-row text-center gap-x-3 text-xs">
<a href="https://🕸💍.ws/previous" class="not-fancy" data-umami-event="indie-webring-previous">←</a>
Expand Down

0 comments on commit 696bf97

Please sign in to comment.