summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 53d4776..69bf6f0 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -24,7 +24,7 @@
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
<link rel="canonical" href="{{ canonical }}">
-<link href="{{ site.url }}/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
+<link href="{{ site.url }}/atom.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
{% if site.owner.google_plus %}<link rel="author" href="{{ site.owner.google_plus }}?rel=author">{% endif %}
<!-- http://t.co/dKP3o1e -->