From: Frédéric Péters Date: Sun, 29 Dec 2019 21:10:57 +0000 (+0100) Subject: templates: display latest post before home navigation X-Git-Tag: v2022~44 X-Git-Url: https://git.0d.be/?p=chloro.git;a=commitdiff_plain;h=9f8d7e57df5b8beaee2c35f30965fc45177df602;ds=sidebyside templates: display latest post before home navigation --- 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 %}