From 89366177907d032b5e3c3ae7f930c1039d7c21ab Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 1 May 2018 23:36:46 +0200 Subject: [PATCH] Fix for date format and html strip --- tags/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags/index.html b/tags/index.html index 82b0c03..9a7044c 100644 --- a/tags/index.html +++ b/tags/index.html @@ -26,7 +26,7 @@ title: "#Tags" {% for post in pages_list reversed %} {% if post.title != null %} {% if group == null or group == post.group %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endif %} {% endfor %}