site_footer and post listing order

This commit is contained in:
2024-01-18 22:33:36 +01:00
parent e0ad3f29ae
commit c9704a20f6
9 changed files with 108 additions and 38 deletions

View File

@ -31,7 +31,8 @@
<link rel="icon" type="image/png" href="/m-logo-192.png" />
</head>
<body>
{% block content %} Placeholder {% endblock %}
{# footer, should be not dependant on the each individual handler but it should have it's own handler #}
{% block content %} Placeholder {% endblock %} {# footer, should be not
dependant on the each individual handler but it should have it's own handler
#} {{ site_footer|safe }}
</body>
</html>