From 9f8d7e57df5b8beaee2c35f30965fc45177df602 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 29 Dec 2019 22:10:57 +0100 Subject: [PATCH] templates: display latest post before home navigation --- chloro/phyll/templates/phyll/home.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/chloro/phyll/templates/phyll/home.html b/chloro/phyll/templates/phyll/home.html index b39a3ec..42eb410 100644 --- a/chloro/phyll/templates/phyll/home.html +++ b/chloro/phyll/templates/phyll/home.html @@ -3,12 +3,6 @@ {% block content-class %}home{% endblock %} {% block body %} -

{{ latest.title }}

@@ -17,4 +11,12 @@ {{ latest.text|safe }}
+ + + {% endblock %} -- 2.39.2