Add JSON Feed link in footer

This commit is contained in:
Foster Hangdaan 2023-08-10 23:04:08 -04:00
parent 54baeb2adf
commit 72a9a28fcb
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -31,6 +31,14 @@ export default function({ comp }) {
alt="rss"
/>
</a>
<a href="https://www.fosterhangdaan.com/blog/feed.json" title="JSON Feed">
<img
src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/braces.svg"
className="icon"
style={iconStyle}
alt="json feed"
/>
</a>
</div>
<p>Copyright &copy; 2023 Foster Hangdaan</p>
<p>Made with <a href="https://lume.land/" target="_blank">Lume</a>, <a href="https://www.typescriptlang.org/" target="_blank">TypeScript</a> and lots of <img src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/heart.svg" className="icon" style={{ filter: "var(--filter-red)" }} title="love" alt="love"/>.</p>