templates/partials/footer.html (view raw)
1 2 3 4 5 6 7 8 |
<div class="border-t border-light-gray dark:border-dark-light-gray pt-6 mt-6">
<p class="dark:text-dark-gray text-gray">
Follow via <a class="text-cyan border-b border-b-cyan" href="/blog/feed.xml">RSS</a>,
<a class="border-b border-b-cyan text-cyan" href="https://bsky.app/profile/icyphox.sh">Bluesky</a>,
<a class="border-b border-b-cyan text-cyan" href="https://x.com/icyphox">X</a>, and
<a class="border-b border-b-cyan text-cyan" href="/about#contact">more</a>.
</p>
</div>
|