commit 262b6f046861c11808b99367b60789675437fde2
parent a540e98c242e937e33b62038c195f11d28cd4147
Author: Wim Dupont <wim@wimdupont.com>
Date: Wed, 27 Nov 2024 23:54:54 +0100
fixes
Diffstat:
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/generate.sh b/generate.sh
@@ -188,7 +188,7 @@ generate_rss() {
echo "<item>
<title>$filename</title>
<description>$content</description>
-<link>https://wimdupont.com/articles/$filename</link>
+<link>https://wimdupont.com/blog/$filename</link>
<author>Wim Dupont</author>
<pubDate>$date</pubDate>
<guid>$filename-$date</guid>
diff --git a/main.css b/main.css
@@ -54,12 +54,6 @@ a:hover {
margin-bottom: 0.5em;
}
-.nav.emoji a {
- font-size: 25px;
- color: transparent;
- text-shadow: 0 0 0 #56c8ff;
-}
-
.subheader {
color: #bdbdbd;
text-align: center;