Allow relative link URLs in feed
This commit is contained in:
parent
e987d8b355
commit
602f1ee0d7
2 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ metadata:
|
|||
<link>{{ item.data.relativeUrl | absoluteUrl(metadata.url)}}</link>
|
||||
<pubDate>{{ item.date | stringToDate | dateToRfc822 }}</pubDate>
|
||||
<guid isPermaLink="false">{{ item.date | stringToDate | dateToRfc822 }}</guid>
|
||||
<description>{{ item.templateContent }}</description>
|
||||
<description>{{ item.templateContent | htmlToAbsoluteUrls(metadata.url) }}</description>
|
||||
</item>
|
||||
|
||||
{%- endfor -%}
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue