From 602f1ee0d7ad4ad52a99ee855e264296fa195e44 Mon Sep 17 00:00:00 2001 From: Devon Campbell Date: Sat, 3 Dec 2022 14:21:34 -0800 Subject: [PATCH] Allow relative link URLs in feed --- src/feed.njk | 2 +- src/feed/the-old-web-post-launch.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/feed.njk b/src/feed.njk index c589b7b..708e0a1 100644 --- a/src/feed.njk +++ b/src/feed.njk @@ -32,7 +32,7 @@ metadata: {{ item.data.relativeUrl | absoluteUrl(metadata.url)}} {{ item.date | stringToDate | dateToRfc822 }} {{ item.date | stringToDate | dateToRfc822 }} - {{ item.templateContent }} + {{ item.templateContent | htmlToAbsoluteUrls(metadata.url) }} {%- endfor -%} diff --git a/src/feed/the-old-web-post-launch.md b/src/feed/the-old-web-post-launch.md index c753e12..228b1e8 100644 --- a/src/feed/the-old-web-post-launch.md +++ b/src/feed/the-old-web-post-launch.md @@ -5,7 +5,7 @@ tags: feed date: git Last Modified --- -tl;dr- I got tired of the commercial web, so I went looking for the Old Web. I found it through [directories, blogrolls, webrings, and some weird search engines no one has heard of](https://devon.lol/blog/the-old-web/#onramps-to-the-old-web). +tl;dr- I got tired of the commercial web, so I went looking for the Old Web. I found it through [directories, blogrolls, webrings, and some weird search engines no one has heard of](/blog/the-old-web/#onramps-to-the-old-web). ## My First Love on the Web @@ -55,4 +55,4 @@ Being able to recall the modes of discovery on the old web allowed me to break t Then, I found [sadgrl.online](https://sadgrl.online). Their [internet manifesto](https://sadgrl.online/cyberspace/internet-manifesto.html) and article on [how to surf the web (the old way)](https://sadgrl.online/cyberspace/surf-the-web.html) articulated pretty much everything I had learned so far and more eloquently expressed every "novel" idea I had on the subject. If this is interesting to you, their web site is required reading. Finding sadgrl was a watershed in my own research. Many of the links I've collected came either directly or indirectly from them. -Now, I'd like to share what I've found with you, so that you too can experience the glory of the Old Web, but new again. Sadly, this giant list of links isn't great for RSS, but you should take this opportunity to [check out this post on my site](https://devon.lol/blog/the-old-web) and see all the links I've collected! +Now, I'd like to share what I've found with you, so that you too can experience the glory of the Old Web, but new again. Sadly, this giant list of links isn't great for RSS, but you should take this opportunity to [check out this post on my site](/blog/the-old-web) and see all the links I've collected!