From 6c59767fcf234543281b8a62ad3d294523221ea0 Mon Sep 17 00:00:00 2001 From: Ruben Date: Tue, 1 Oct 2024 15:21:13 -0500 Subject: [PATCH] rss links --- blog.css | 4 ++++ blog/index.html | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/blog.css b/blog.css index fe8e38e..bc39c7f 100644 --- a/blog.css +++ b/blog.css @@ -1,3 +1,7 @@ +a[href="./rss.xml"]:hover { + color: var(--red) !important; +} + /* article cards styling */ .article-card { diff --git a/blog/index.html b/blog/index.html index c59cf80..8fe7bc3 100644 --- a/blog/index.html +++ b/blog/index.html @@ -55,15 +55,18 @@
-

blog

+

blog

alternatively; rantpage

welcome to my "blog", or whatever this is supposed to be. i rant about random things and make large writeups that probably won't make sense or contain many errors. thanks for stopping by!

this is a "static index" so this page manually gets updated whenever i make a new blogpost. i'll try to tag things myself, and there will most likely never be a proper search function here, so you'll have to use your browser's find feature, sorry. +
+
+ oh, and i recommend "hard refreshing" (ctrl + shift + r, if you're on a computer) if you tend to visit here every once in a while. things get cached a lot, and this website doesn't "dynamically" update.