summaryrefslogtreecommitdiff
path: root/views/feeds.html
diff options
context:
space:
mode:
authorhorus2022-10-26 01:23:50 +0200
committerhorus2022-10-26 01:23:50 +0200
commit882c0eb89b375cbfdd9c04b236cbab0d3f39a128 (patch)
tree676c16e7beafdb8c11311b41b2bc22014c99aad1 /views/feeds.html
parent79070c8855e5f3b87484196d6ef607a05979bf6c (diff)
downloadmoehring-882c0eb89b375cbfdd9c04b236cbab0d3f39a128.tar.gz
integrates ghrss
Diffstat (limited to 'views/feeds.html')
-rw-r--r--views/feeds.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/views/feeds.html b/views/feeds.html
new file mode 100644
index 0000000..3776541
--- /dev/null
+++ b/views/feeds.html
@@ -0,0 +1,30 @@
+{% extends "snippets/layout.html" %}
+
+{% block title "feeds | Maximilian Möhring" %}
+
+{% block css %}
+{% endblock %}
+{% block main %}
+
+<div class="container">
+
+ <div class="flavor-text">
+ <h1>iCal- / RSS-Feeds</h1>
+ <em>Fun fact: I structure my whole life around feeds!</em>
+ </div>
+
+ <ul>
+ <li>
+ <a href="/feeds/zeitumstellung/" title="Zeitumstellung">Zeitumstellung - Als iCal-Feed für deinen Kalender</a>
+ </li>
+ <li>
+ <a href="/feed/dilbert/" title="Dilbert RSS Feed">Dilbert RSS Feed. With Images!</a>
+ </li>
+ <li>
+ <a href="/feeds/ghrss" title="GHRSS">Github Trending Repositories as RSS-Feed</a>
+ </li>
+ </ul>
+
+</div>
+
+{% endblock %}