aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>