From 8a61c6f3aceda07acdc00857c7c074bef7550430 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 27 Jun 2023 12:22:22 -0400 Subject: fix rss feed not linking to the right place whoops --- blog/rss.xml | 12 ++++++------ blog/sup | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/blog/rss.xml b/blog/rss.xml index 6017101..2dd53ad 100644 --- a/blog/rss.xml +++ b/blog/rss.xml @@ -13,8 +13,8 @@ librex and dots -https://squi.bid/librex-and-dots.html -https://squi.bid/librex-and-dots.html +https://squi.bid/blog/librex-and-dots.html +https://squi.bid/blog/librex-and-dots.html Tue, 27 Jun 2023 12:17:35 -0400 @@ -43,8 +43,8 @@ feel free to email me. It's Alive! -https://squi.bid/It's-Alive!.html -https://squi.bid/It's-Alive!.html +https://squi.bid/blog/It's-Alive!.html +https://squi.bid/blog/It's-Alive!.html Mon, 17 Apr 2023 13:22:03 +0000 @@ -58,8 +58,8 @@ feel free to email me. state of the site -https://squi.bid/state-of-the-site.html -https://squi.bid/state-of-the-site.html +https://squi.bid/blog/state-of-the-site.html +https://squi.bid/blog/state-of-the-site.html Sat, 11 Mar 2023 15:00:32 -0500 diff --git a/blog/sup b/blog/sup index 8509af7..528414b 100755 --- a/blog/sup +++ b/blog/sup @@ -5,7 +5,7 @@ exit 1 # You will want to change these variables to your needs. -website="https://squi.bid" +website="https://squi.bid/blog" rssfile="rss.xml" # In order to cleanly use sed on a multi-line file, we have to use `tr` to -- cgit v1.2.1