diff options
author | squibid <me@zacharyscheiman.com> | 2023-03-11 15:19:38 -0500 |
---|---|---|
committer | squibid <me@zacharyscheiman.com> | 2023-03-11 15:19:38 -0500 |
commit | 8f62a831ac09ec1e7a16daf01ddee983c60f5121 (patch) | |
tree | 534350e99fa943d3abcb11e659969e4925ecfe13 /index.html | |
parent | 0ee1442eb524075197e5faba97db6f5a2d2067cd (diff) | |
download | site-8f62a831ac09ec1e7a16daf01ddee983c60f5121.tar.gz site-8f62a831ac09ec1e7a16daf01ddee983c60f5121.tar.bz2 site-8f62a831ac09ec1e7a16daf01ddee983c60f5121.zip |
add links to rss feed
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,8 +24,9 @@ <a href="https://git.squi.bid">more...</a> </div> <div id="right"> - <h2 id="font">📚 My Blog</h2> + <h2 id="font"><a href="https://squi.bid/blog/rss.xml"><img id="rss" src="pics/rss.svg" alt="rss feed"></a> My Blog</h2> <p> <!-- script marker blog --> +<a href="https://squi.bid/blog/state-of-the-site">state of the site</a> [2023 Mar 11]<br> </p> <!-- script marker blog --> <a href="blog">more...</a> </div> |