Add JSON Feed link in footer
This commit is contained in:
parent
54baeb2adf
commit
72a9a28fcb
1 changed files with 8 additions and 0 deletions
|
@ -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 © 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>
|
||||
|
|
Loading…
Reference in a new issue