aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-06-18 20:05:26 -0400
committerThedro Neely <thedroneely@gmail.com>2021-06-18 20:05:26 -0400
commite23ca7127c0375625e086078c942c98382bef68a (patch)
treea2e180f192c5cc0a32e6b923dde65e8297f6f546
parenta7772674751b0133a89d175d010084a12a613284 (diff)
downloadthedroneely.com-e23ca7127c0375625e086078c942c98382bef68a.tar.gz
thedroneely.com-e23ca7127c0375625e086078c942c98382bef68a.tar.bz2
thedroneely.com-e23ca7127c0375625e086078c942c98382bef68a.zip
app/views/snippets/rss: Add abstracts
-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 91d78cc..1b8b6df 100644
--- a/app/views/snippets/rss.php
+++ b/app/views/snippets/rss.php
@@ -1,3 +1,4 @@
<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"/>
+<link href="/abstracts/rss.xml" rel="alternate" type="application/rss+xml" title="Abstracts at Thedro Neely"/>