aboutsummaryrefslogtreecommitdiff
path: root/templates/feeds.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feeds.html')
-rw-r--r--templates/feeds.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/feeds.html b/templates/feeds.html
new file mode 100644
index 0000000..b0780c3
--- /dev/null
+++ b/templates/feeds.html
@@ -0,0 +1,14 @@
+{{ define "title" }}
+<title>Feeds - Christine Dodrill</title>
+{{ end }}
+
+{{ define "content" }}
+<h1>Feeds</h1>
+
+<ul>
+ <li>Blog: <a href="/blog.rss">RSS</a> - <a href="/blog.json">JSONFeed</a></li>
+ <li>Twitter: <a href="https://rssbox.herokuapp.com/twitter/2573767249/theprincessxena">RSS</a></li>
+ <li>Mastodon: <a href="https://mst3k.interlinked.me/users/cadey.rss">RSS</a></li>
+</ul>
+
+{{ end }}