summaryrefslogtreecommitdiffstats
path: root/blog
diff options
context:
space:
mode:
authorsquibid <me@zacharyscheiman.com>2023-03-11 15:19:38 -0500
committersquibid <me@zacharyscheiman.com>2023-03-11 15:19:38 -0500
commit8f62a831ac09ec1e7a16daf01ddee983c60f5121 (patch)
tree534350e99fa943d3abcb11e659969e4925ecfe13 /blog
parent0ee1442eb524075197e5faba97db6f5a2d2067cd (diff)
downloadsite-8f62a831ac09ec1e7a16daf01ddee983c60f5121.tar.gz
site-8f62a831ac09ec1e7a16daf01ddee983c60f5121.tar.bz2
site-8f62a831ac09ec1e7a16daf01ddee983c60f5121.zip
add links to rss feed
Diffstat (limited to '')
-rw-r--r--blog.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/blog.html b/blog.html
index de5a2a7..49c484c 100644
--- a/blog.html
+++ b/blog.html
@@ -15,6 +15,14 @@
float: right;
color: white;
}
+ #rss {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ width: 50%;
+ max-height: 1.5em;
+ max-width: 1.5em;
+ }
</style>
<body>
<div class="master">
@@ -24,6 +32,7 @@
<hr style="color: #f7f7f7;">
<p> <!-- script marker blog -->
</p> <!-- script marker blog -->
+ <a href="https://squi.bid/blog/rss.xml"><img id="rss" src="pics/rss.svg" alt="rss feed"></a>
</div>
</body>
</html>