From 159e1b5188392fc498e579e09faf34b0f216e81e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 24 Oct 2020 15:02:51 +0200 Subject: [PATCH] use
elements, so reader mode is made available in firefox --- chloro/phyll/templates/phyll/home.html | 8 ++++---- chloro/phyll/templates/phyll/note_detail.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chloro/phyll/templates/phyll/home.html b/chloro/phyll/templates/phyll/home.html index 4688d5f..54cfe19 100644 --- a/chloro/phyll/templates/phyll/home.html +++ b/chloro/phyll/templates/phyll/home.html @@ -5,23 +5,23 @@ {% block body %} {% with posts.0 as latest %} -
+

{{ latest.title }}

{{ latest.creation_timestamp|date:"j E Y, H:i"|lower }}
{{ latest.text|safe }}
-
+
{% endwith %} -
+
-
+