aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-11-03 01:10:48 -0400
committerThedro Neely <thedroneely@gmail.com>2019-11-03 01:10:48 -0400
commit6bd0ac6e79bc2cdca649abceed0982d4e286439e (patch)
tree70216299ac4f2d47db1a6a264e6bfd47ad7e1d36 /app/views/snippets
parent129570333b86e4261af4f2008c54bd173e1eb298 (diff)
downloadthedroneely.com-6bd0ac6e79bc2cdca649abceed0982d4e286439e.tar.gz
thedroneely.com-6bd0ac6e79bc2cdca649abceed0982d4e286439e.tar.bz2
thedroneely.com-6bd0ac6e79bc2cdca649abceed0982d4e286439e.zip
app/views/snippets/rss: Link RSS feeds directly
Move rss.xml to _default to prioritize for Hugo
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/rss.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/snippets/rss.php b/app/views/snippets/rss.php
index 5dd6a52..3a72fc5 100644
--- a/app/views/snippets/rss.php
+++ b/app/views/snippets/rss.php
@@ -1 +1,2 @@
-<link href="/rss.xml" rel="alternate" type="application/rss+xml" title="Thedro Neely"/>
+<link href="/posts/rss.xml" rel="alternate" type="application/rss+xml" title="Posts at Thedro Neely"/>
+<link href="/projects/rss.xml" rel="alternate" type="application/rss+xml" title="Projects at Thedro Neely"/>