Styling updates and add social links

This commit is contained in:
cheddar 2025-04-18 11:28:28 -04:00
parent eafe6648cc
commit a2cb0960ab
No known key found for this signature in database
15 changed files with 135 additions and 23 deletions

9
_includes/socials.njk Normal file
View file

@ -0,0 +1,9 @@
<nav name="Social Links" class="socials">
<ul class="simple-list">
<li><a href="#" title="Posts RSS Feed"><img src="/img/feed-icon.svg"></a></li>
<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>