aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-16 20:55:37 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-16 20:55:37 -0500
commit2dc991d62c72be9a3da368f5d9bc2c038c92b604 (patch)
tree6c9abaa061b247ef4365942fc3b8e1068d7fc908 /app/views/snippets
parentd5c31c69fea79791f4566a8840a0a36afd8b8396 (diff)
downloadthedroneely.com-2dc991d62c72be9a3da368f5d9bc2c038c92b604.tar.gz
thedroneely.com-2dc991d62c72be9a3da368f5d9bc2c038c92b604.tar.bz2
thedroneely.com-2dc991d62c72be9a3da368f5d9bc2c038c92b604.zip
app/views/snippets/rss: Cleanup RSS
Hide pages with hidden attribute
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/rss.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/snippets/rss.php b/app/views/snippets/rss.php
index 3a72fc5..91d78cc 100644
--- a/app/views/snippets/rss.php
+++ b/app/views/snippets/rss.php
@@ -1,2 +1,3 @@
+<link href="/rss.xml" rel="alternate" type="application/rss+xml" title="All at 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"/>