From 4d4ec2b52e7cbc3d365999a1fd2153a93c9d5ec6 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Sat, 23 Dec 2023 01:31:43 +0100 Subject: [PATCH] feat: show date in blog post list --- templates/section.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/section.html b/templates/section.html index e7ceb77..68bd359 100644 --- a/templates/section.html +++ b/templates/section.html @@ -13,13 +13,13 @@ {% if paginator %}
{% if paginator.previous %}   <{% endif %}   {{ paginator.current_index }} / {{ paginator.number_pagers }}   {% if paginator.next %}>   {% endif %}
{% endif %} -{% endblock content %} \ No newline at end of file +{% endblock content %}