aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-12-16 11:32:51 -0500
committerThedro Neely <thedroneely@gmail.com>2018-12-16 11:32:51 -0500
commitbaff06c28869c391ce93cb81fe11636916dd894f (patch)
tree2e3d9649f5f42b8b3e427efd9499088f46e6a185 /app/views/snippets
parent17562b129dbd56c54977feaf3e666fa1b8632390 (diff)
downloadthedroneely.com-baff06c28869c391ce93cb81fe11636916dd894f.tar.gz
thedroneely.com-baff06c28869c391ce93cb81fe11636916dd894f.tar.bz2
thedroneely.com-baff06c28869c391ce93cb81fe11636916dd894f.zip
app/views/snippets/rss: Use rel alternate instead of feed for compat
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/rss.php b/app/views/snippets/rss.php
index c803b00..5dd6a52 100644
--- a/app/views/snippets/rss.php
+++ b/app/views/snippets/rss.php
@@ -1 +1 @@
-<link href="/rss.xml" rel="feed" type="application/rss+xml" title="Thedro Neely"/>
+<link href="/rss.xml" rel="alternate" type="application/rss+xml" title="Thedro Neely"/>