{{page.title}}
- {{page.date}} -{{page.description|safe}}
+{{ page.title | safe }}
+ {{ page.date }} +{{ page.description | safe }}
diff --git a/templates/tags/list.html b/templates/tags/list.html index 16ffdf1..fa57fdf 100644 --- a/templates/tags/list.html +++ b/templates/tags/list.html @@ -14,7 +14,7 @@ {% endblock main %} diff --git a/templates/tags/single.html b/templates/tags/single.html index 788c72f..8e49ce7 100644 --- a/templates/tags/single.html +++ b/templates/tags/single.html @@ -7,14 +7,14 @@ {% endblock head %} {% block main %} -
{{page.description|safe}}
+{{ page.description | safe }}