dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Make site compatible with Feeder #122

Closed dyreschlock closed 1 month ago

dyreschlock commented 1 month ago

When I go to resetera, the feeder extension for Chrome has a plus symbol on it for easily adding the RSS feed.

How is this done? We need this on theschlock.com

dyreschlock commented 1 month ago

Well, this was easy. We just needed to add a link tag in the header for the rss feed:

<link rel="alternate" type="application/rss+xml" title="" href="" />

dyreschlock commented 1 month ago

This has been implemented