From 4ddc6d6295a76c3fb24eae39b58bcf3ee24bda23 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Tue, 26 Dec 2023 17:35:13 +0100 Subject: [PATCH] chore: removed useless check --- templates/section.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/section.html b/templates/section.html index ba2561d..ab02e0d 100644 --- a/templates/section.html +++ b/templates/section.html @@ -15,10 +15,10 @@ {% if config.extra.date_format.list %} {% set datefmt = config.extra.date_format.list %} {% else %} - {% set datefmt = "@ %Y-%m-%dT%H:%M:%S%Z" %} + {% set datefmt = " @ %Y-%m-%dT%H:%M:%S%Z" %} {% endif %} {% for page in pages %} -
  • {{ page.title }}{% if config.extra.show_date_paginator and config.extra.show_date_paginator == true %} {% endif %}
  • +
  • {{ page.title }}
  • {% endfor %}