aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
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"/>