chore: dry up webmentions
This commit is contained in:
parent
561bf48c74
commit
f3faf8feab
10 changed files with 70 additions and 71 deletions
7
src/_includes/partials/nav/linked-icon.liquid
Normal file
7
src/_includes/partials/nav/linked-icon.liquid
Normal file
|
@ -0,0 +1,7 @@
|
|||
<a
|
||||
class="link--icon icon--24"
|
||||
href="{{ link }}"
|
||||
rel="me"
|
||||
title="{{ name }}">
|
||||
{% tablericon icon name %}
|
||||
</a>
|
Reference in a new issue