aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.dk>2024-01-26 09:53:59 +0100
committerAdam Stück <adam@adast.dk>2024-01-26 10:28:48 +0100
commit9c116e0f24fa8cb2fcc50db3a1da04f4368a6383 (patch)
treed59677285ae97e8afcd9d54660d3e64e81369ff6
parentb52ae97ccb71a24999f3d2b6ab5ba69a1fae5380 (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
-rw-r--r--footer.html2
-rw-r--r--header.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/footer.html b/footer.html
index c5cec6c..c3e4cb7 100644
--- a/footer.html
+++ b/footer.html
@@ -8,7 +8,7 @@
<li><a href="/resume">Resume</a></li>
<li><a href="/about">About</a></li>
<li><a href="/donate">Donate</a></li>
- <li><a href="/atom.xml">RSS</a></li>
+ <li><a href="/feed">RSS</a></li>
<li><a href="#top">&uarr; Top of the page</a></li>
</ul>
<small>
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>