From 2bcbc28abbf4c2b96cc65fc24883b504d096a719 Mon Sep 17 00:00:00 2001 From: squibid <me@zacharyscheiman.com> Date: Sat, 11 Mar 2023 15:26:05 -0500 Subject: replace emojis with svgs --- blog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blog.html') diff --git a/blog.html b/blog.html index 49c484c..95c4af2 100644 --- a/blog.html +++ b/blog.html @@ -15,7 +15,7 @@ float: right; color: white; } - #rss { + #svg { display: block; margin-left: auto; margin-right: auto; @@ -32,7 +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> + <a href="https://squi.bid/blog/rss.xml"><img id="svg" src="pics/rss.svg" alt="rss feed"></a> </div> </body> </html> -- cgit v1.2.1