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 %}