chore: dry up webmentions

This commit is contained in:
Cory Dransfeldt 2023-08-14 09:50:29 -07:00
parent 561bf48c74
commit f3faf8feab
No known key found for this signature in database
10 changed files with 70 additions and 71 deletions

View file

@ -0,0 +1,7 @@
<a
class="link--icon icon--24"
href="{{ link }}"
rel="me"
title="{{ name }}">
{% tablericon icon name %}
</a>

View file

@ -1,7 +1,7 @@
<nav>
<ul class="flex">
{% for link in nav.menu %}
<li class="mr-6">
<li{% if not forloop.last %} class="mr-6"{% endif %}>
{% render "partials/nav/link.liquid", page: page, link: link.name, icon: link.icon %}
</li>
{% endfor %}