aboutsummaryrefslogtreecommitdiff
path: root/templates/feeds.rs.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feeds.rs.html')
-rw-r--r--templates/feeds.rs.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/feeds.rs.html b/templates/feeds.rs.html
deleted file mode 100644
index 1c089ec..0000000
--- a/templates/feeds.rs.html
+++ /dev/null
@@ -1,17 +0,0 @@
-@use super::{header_html, footer_html};
-
-@()
-
-@:header_html(Some("Feeds"), None)
-
-<h1>Feeds</h1>
-
-<ul>
- <li>Blog: <a href="/blog.atom">Atom</a> <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://pony.social/users/cadey.rss">RSS</a></li>
- <li>Revue Newsletter: <a href="https://www.getrevue.co/profile/theprincessxena.rss">RSS</a></li>
- <li>Flight Journal: Atom <a href="gemini://cetacean.club/journal/atom.xml">Gemini</a> <a href="https://portal.mozz.us/gemini/cetacean.club/journal/atom.xml">HTTPS</a></li>
-</ul>
-
-@:footer_html()