aboutsummaryrefslogtreecommitdiff
path: root/app
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
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')
-rw-r--r--app/views/partials/footer.php1
-rw-r--r--app/views/snippets/rss.php1
2 files changed, 1 insertions, 1 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index fb27861..5e2c648 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -12,7 +12,6 @@
<a class="underline" href="/resume">Resume</a> |
-
<a class="underline" rel="me" href="https://gitlab.com/tdro">Gitlab</a> |
<a class="underline" rel="me" href="https://twitter.com/thedroneely">Twitter</a> |
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"/>