diff options
Diffstat (limited to 'templates/base.html')
| -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> |