aboutsummaryrefslogtreecommitdiff
path: root/site/templates/default.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-01-26 20:41:45 -0300
committerEuAndreh <eu@euandre.org>2020-01-26 20:41:45 -0300
commitb9bb99e5f60700daac3d55a79615643ed20fff3d (patch)
treecdaafdba46a46972784a65f2880dd367762651e1 /site/templates/default.html
parentUse mailto: in public-inbox link in about page (diff)
downloadeuandre.org-b9bb99e5f60700daac3d55a79615643ed20fff3d.tar.gz
euandre.org-b9bb99e5f60700daac3d55a79615643ed20fff3d.tar.xz
Use feed.atom extension so nginx uses the right Content-Type
Diffstat (limited to 'site/templates/default.html')
-rw-r--r--site/templates/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/templates/default.html b/site/templates/default.html
index 2cbeb05..2fdf64b 100644
--- a/site/templates/default.html
+++ b/site/templates/default.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>$title$ - EuAndreh's blog</title>
<link rel="stylesheet" href="/css/styles.css" />
- <link rel="alternate" type="application/atom+xml" href="/feed.xml" title="EuAndreh's Feed" />
+ <link rel="alternate" type="application/atom+xml" href="/feed.atom" title="EuAndreh's Feed" />
</head>
<body>
<header>
@@ -16,7 +16,7 @@
</div>
<div id="nav-right">
<a href="/about.html">About</a>
- <a href="/feed.xml">
+ <a href="/feed.atom">
<img class="simple-icon" src="/images/atom.svg" alt="Blog feed" />
</a>
</div>