feat: move some hardcoded links to _data
This commit is contained in:
parent
f614d01cae
commit
25ff226eaf
4 changed files with 25 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue