diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-27 16:38:56 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-27 16:38:56 +0100 |
| commit | c2f6a72367584f392902c97a3d0a7ff248343e12 (patch) | |
| tree | c7441fd0750d249c6ceb9f8b3b3407fb69661979 | |
| parent | f57a56796c7e2aff69339b153f6a9a575f172755 (diff) | |
| -rw-r--r-- | templates/base.html | 2 |
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> |