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/sup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blog/sup') 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