diff options
author | Adam Stück <adam@adast.dk> | 2024-01-26 09:53:59 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2024-01-26 10:28:48 +0100 |
commit | 9c116e0f24fa8cb2fcc50db3a1da04f4368a6383 (patch) | |
tree | d59677285ae97e8afcd9d54660d3e64e81369ff6 /header.html | |
parent | b52ae97ccb71a24999f3d2b6ab5ba69a1fae5380 (diff) |
Add generic RSS /feed
/feed redirects to /atom.xml, or whatever format I decide to use.
https://kevquirk.com/dont-change-your-rss-url
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/header.html b/header.html index 296cf0a..a320db6 100644 --- a/header.html +++ b/header.html @@ -6,7 +6,7 @@ <meta name="color-scheme" content="dark light"> <link rel="icon" href="data:,"> <title>{{TITLE}}</title> - <link href="https://adast.dk/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> + <link href="https://adast.dk/feed" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> <style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}table{text-align:left;width:100%;}</style> </head> |