crisp-theme.git

git clone https://git.crispbyte.dev/crisp-theme.git

crisp-theme.git / _includes
cheddar  ·  2025-04-18

socials.njk

 1<nav name="Social Links" class="socials">
 2  <ul class="simple-list">
 3    <li><a href="/feed.xml" title="Posts RSS Feed" type="application/atom+xml">
 4      <img src="/img/feed-icon.svg"></a>
 5    </li>
 6    <li><a href="https://forge.crispbyte.dev/cheddar" title="Git Profile"><img src="/img/git-icon.svg"></a></li>
 7    <li><a href="https://hachyderm.io/@cheddarcrisp" rel="me" title="Mastodon Profile">
 8      <img src="/img/mastodon-icon.svg">
 9    </a></li>
10  </ul>
11</nav>