From 01cfb57dd35160f573e2338be20eeba0e306584c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Cugnet Date: Thu, 26 Sep 2019 19:25:06 +0200 Subject: [PATCH] Localise the taxonomies --- templates/page.html | 3 +-- templates/post_macros.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/page.html b/templates/page.html index df11c94..b5d23a2 100644 --- a/templates/page.html +++ b/templates/page.html @@ -45,7 +45,7 @@

Contents

{% if page.taxonomies.tags %}
{% for tag in page.taxonomies.tags %} - #{{ tag }} + #{{ tag }} {% endfor %}
{% endif %} @@ -75,4 +75,3 @@

Contents

{% endblock content %} - diff --git a/templates/post_macros.html b/templates/post_macros.html index f762c33..3909573 100644 --- a/templates/post_macros.html +++ b/templates/post_macros.html @@ -7,7 +7,7 @@

{{ page.date | date(format="%F") }} {% if page.category %} {% endif %}