diff options
author | EuAndreh <eu@euandre.org> | 2020-01-25 15:16:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-01-25 15:16:51 -0300 |
commit | d7c73d47b8f4e32753c4838a2e183e1ab17e73bd (patch) | |
tree | 33b246a92100fffc6ab0162360c7a1614e7a3289 /site/templates/default.html | |
parent | Non-generic title in Atom <link> tag (diff) | |
download | euandre.org-d7c73d47b8f4e32753c4838a2e183e1ab17e73bd.tar.gz euandre.org-d7c73d47b8f4e32753c4838a2e183e1ab17e73bd.tar.xz |
Use feed.xml as the canonical file, leave atom.xml for those trying to discover it
Diffstat (limited to 'site/templates/default.html')
-rw-r--r-- | site/templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/templates/default.html b/site/templates/default.html index 6d9ade0..2cbeb05 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="/atom.xml" title="EuAndreh's Feed" /> + <link rel="alternate" type="application/atom+xml" href="/feed.xml" title="EuAndreh's Feed" /> </head> <body> <header> |