Skip to content

Commit

Permalink
feat: add catppuccin webring to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed May 27, 2024
1 parent 6d28891 commit 852c0a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/_layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ footerLinks:
<a href="https://πŸ•ΈπŸ’.ws" class="not-fancy" data-umami-event="indie-webring-home">IndieWeb Webring</a>
<a href="https://πŸ•ΈπŸ’.ws/next" class="not-fancy" data-umami-event="indie-webring-next">β†’</a>
</div>
<div class="flex flex-row text-center gap-x-3 text-xs">
<a href="https://ctp-webr.ing/uncenter/previous" class="not-fancy" data-umami-event="catppuccin-webring-previous">←</a>
<a href="https://ctp-webr.ing/" class="not-fancy" data-umami-event="catppuccin-webring-home">Catppuccin Webring</a>
<a href="https://ctp-webr.ing/uncenter/next" class="not-fancy" data-umami-event="catppuccin-webring-next">β†’</a>
</div>
<div class="flex flex-row text-center gap-x-2 text-xs">
{% for item in footerLinks %}
<a class="not-fancy underline underline-offset-2" href="{{ item.url }}" data-umami-event="footer-{{ item.title | slugify }}">{{ item.title }}</a>{% if not loop.last %} &middot; {% endif %}
Expand Down

0 comments on commit 852c0a3

Please sign in to comment.