fix rss feed not linking to the right place

whoops
This commit is contained in:
2023-06-27 12:22:22 -04:00
parent ea58853556
commit 8a61c6f3ac
2 changed files with 7 additions and 7 deletions

View File

@ -13,8 +13,8 @@
<item> <item>
<title>librex and dots</title> <title>librex and dots</title>
<guid>https://squi.bid/librex-and-dots.html</guid> <guid>https://squi.bid/blog/librex-and-dots.html</guid>
<link>https://squi.bid/librex-and-dots.html</link> <link>https://squi.bid/blog/librex-and-dots.html</link>
<pubDate>Tue, 27 Jun 2023 12:17:35 -0400</pubDate> <pubDate>Tue, 27 Jun 2023 12:17:35 -0400</pubDate>
<description><![CDATA[ <description><![CDATA[
<p> <p>
@ -43,8 +43,8 @@ feel free to <a href="mailto:me@zacharyscheiman.com">email me</a>.
<item> <item>
<title>It's Alive!</title> <title>It's Alive!</title>
<guid>https://squi.bid/It's-Alive!.html</guid> <guid>https://squi.bid/blog/It's-Alive!.html</guid>
<link>https://squi.bid/It's-Alive!.html</link> <link>https://squi.bid/blog/It's-Alive!.html</link>
<pubDate>Mon, 17 Apr 2023 13:22:03 +0000</pubDate> <pubDate>Mon, 17 Apr 2023 13:22:03 +0000</pubDate>
<description><![CDATA[ <description><![CDATA[
<p> <p>
@ -58,8 +58,8 @@ feel free to <a href="mailto:me@zacharyscheiman.com">email me</a>.
<item> <item>
<title>state of the site</title> <title>state of the site</title>
<guid>https://squi.bid/state-of-the-site.html</guid> <guid>https://squi.bid/blog/state-of-the-site.html</guid>
<link>https://squi.bid/state-of-the-site.html</link> <link>https://squi.bid/blog/state-of-the-site.html</link>
<pubDate>Sat, 11 Mar 2023 15:00:32 -0500</pubDate> <pubDate>Sat, 11 Mar 2023 15:00:32 -0500</pubDate>
<description><![CDATA[ <description><![CDATA[
<p> <p>

View File

@ -5,7 +5,7 @@
exit 1 exit 1
# You will want to change these variables to your needs. # You will want to change these variables to your needs.
website="https://squi.bid" website="https://squi.bid/blog"
rssfile="rss.xml" rssfile="rss.xml"
# In order to cleanly use sed on a multi-line file, we have to use `tr` to # In order to cleanly use sed on a multi-line file, we have to use `tr` to