aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-12-16 11:52:10 -0500
committerThedro Neely <thedroneely@gmail.com>2018-12-16 11:52:10 -0500
commit8237aa50c66c5022b7ce470222479f2bcae8506b (patch)
tree80bca92e435f769d93a3189f1313d735c26aff74 /views
parentc674bc16d1c9e2331c6b497b59b2446aa0435174 (diff)
downloadedwinmattiacci.com-8237aa50c66c5022b7ce470222479f2bcae8506b.tar.gz
edwinmattiacci.com-8237aa50c66c5022b7ce470222479f2bcae8506b.tar.bz2
edwinmattiacci.com-8237aa50c66c5022b7ce470222479f2bcae8506b.zip
views/snippets/rss: Use rel alternate instead of feed for compat
Diffstat (limited to 'views')
-rw-r--r--views/snippets/rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/snippets/rss.php b/views/snippets/rss.php
index 662846b..9290627 100644
--- a/views/snippets/rss.php
+++ b/views/snippets/rss.php
@@ -1 +1 @@
-<link href="/posts/index.xml" rel="feed" type="application/rss+xml" title="Edwin Mattiacci" />
+<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="Edwin Mattiacci" />