From 9fcef826f5fe01c5ca747f6d1df46878081e4563 Mon Sep 17 00:00:00 2001 From: pictuga Date: Mon, 22 Oct 2018 23:55:14 +0200 Subject: [PATCH] reader: everything in one file Including css & js. Should now works by itself --- morss/reader.html.template | 167 ++++++++++++++++++++++++++++++++++++- 1 file changed, 163 insertions(+), 4 deletions(-) diff --git a/morss/reader.html.template b/morss/reader.html.template index 1e6deef..80e6163 100644 --- a/morss/reader.html.template +++ b/morss/reader.html.template @@ -6,7 +6,167 @@ - + + @@ -18,9 +178,8 @@

- via morss

-
+
@for item in feed.items: -
@if item.link: @item.title @@ -35,7 +194,6 @@ @end
-
@end
@@ -45,6 +203,7 @@ items[i].onclick = function() { this.classList.toggle('active') + document.body.classList.toggle('noscroll') }