summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2026-01-27 16:38:56 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2026-01-27 16:38:56 +0100
commitc2f6a72367584f392902c97a3d0a7ff248343e12 (patch)
treec7441fd0750d249c6ceb9f8b3b3407fb69661979
parentf57a56796c7e2aff69339b153f6a9a575f172755 (diff)
Add type for atom feedHEADmain
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 62629ff..ec3d90b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -26,7 +26,7 @@
<link rel="icon" href="/img/favicon.png" />
- <link rel="alternate" href="/atom.xml" hreflang="en" title="Atom feed, all posts.">
+ <link rel="alternate" type="application/atom+xml" href="/atom.xml" hreflang="en" title="Atom feed, all posts.">
<script type="module" src="/js/animation.js"></script>
</head>