diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-16 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-16 00:00:00 +0000 |
commit | 6d0fa32de4aedf7990d91047807ca61ddcd267358a471b421d8534dcb5fd2606 (patch) | |
tree | 7ba4476fce0bc221841c942b4ef95dc995fae869885a8a60b2ff6fe6fbc04e92 /content/entry/site-update-002.md | |
parent | 7d93bc2b8fe87ac682cb0c7cdbf4d6355838c32fce3b942360bf5f22413e6ae6 (diff) | |
download | journal-6d0fa32de4aedf7990d91047807ca61ddcd267358a471b421d8534dcb5fd2606.tar.gz journal-6d0fa32de4aedf7990d91047807ca61ddcd267358a471b421d8534dcb5fd2606.zip |
Add new page variable for upcoming theme update
Diffstat (limited to 'content/entry/site-update-002.md')
-rw-r--r-- | content/entry/site-update-002.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/entry/site-update-002.md b/content/entry/site-update-002.md index 7389fe5..021acdc 100644 --- a/content/entry/site-update-002.md +++ b/content/entry/site-update-002.md @@ -2,6 +2,7 @@ title: "Site Update 002" date: 2020-11-13T00:00:00 draft: false +pageinfo: true --- The RSS feed on my site works again. I'm not sure how long it was broken. I generate this site using relative URLs in order to accommodate I2P, Tor and Zeronet users. That inadvertently caused the XML for RSS to also use relative links. RSS doesn't support relative links because it has no way of knowing the URL from only the XML data. I patched it so the XML now uses absolute links. |