crisp-theme/_includes/socials.njk

12 lines
471 B
Text
Raw Normal View History

2025-04-18 11:28:28 -04:00
<nav name="Social Links" class="socials">
<ul class="simple-list">
2025-04-18 12:29:43 -04:00
<li><a href="/feed.xml" title="Posts RSS Feed" type="application/atom+xml">
2025-04-18 11:53:23 -04:00
<img src="/img/feed-icon.svg"></a>
</li>
2025-04-18 11:28:28 -04:00
<li><a href="https://forge.crispbyte.dev/cheddar" title="Git Profile"><img src="/img/git-icon.svg"></a></li>
<li><a href="https://hachyderm.io/@cheddarcrisp" rel="me" title="Mastodon Profile">
<img src="/img/mastodon-icon.svg">
</a></li>
</ul>
</nav>