feat: move some hardcoded links to _data

This commit is contained in:
Devin Haska 2025-01-28 12:19:49 -08:00
parent f614d01cae
commit 25ff226eaf
4 changed files with 25 additions and 13 deletions

View file

@ -22,7 +22,7 @@
title="Feeds">{% include "svgs/rss.svg" %}</a>
</li>
<li>
<a href="https://github.com/wonderfulfrog"
<a href="{{ meta.github.url }}"
class="button button--alt"
target="_blank"
rel="me external noreferrer noopener"
@ -30,7 +30,7 @@
aria-label="GitHub">{% include "svgs/social-github.svg" %}</a>
</li>
<li>
<a href="https://mastodon.social/@wonderfulfrog"
<a href="{{ meta.mastodon.url }}"
class="button button--alt"
target="_blank"
rel="me external noreferrer noopener"