summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-07-16 16:23:51 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-07-16 16:25:35 +0200
commit58ca81524000b6e9ccd7e1de8bcba477dc6b9bc4 (patch)
tree1ce6dc924b95f2fd5e172f4898c7dc628733bba4 /_includes
parent008088e899c753cedaa8d8af79fc9b05823f95c9 (diff)
Update feed.xml to atom.xml
Diffstat (limited to '_includes')
-rw-r--r--_includes/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 61c8c2d..4301775 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -15,7 +15,7 @@
{% endif %}
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
- <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
+ <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ "/atom.xml" | prepend: site.baseurl | prepend: site.url }}">
<script src="https://cdn.tyil.nl/analytics.js"></script>
</head>