From fb4dc98c110410db69be40dad262b85c4873b9e3 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 30 Dec 2019 18:50:43 -0300 Subject: [PATCH] Fix taxonomy linking for multilingual posts --- templates/macros/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros/post.html b/templates/macros/post.html index 892a2ba..bd3c794 100644 --- a/templates/macros/post.html +++ b/templates/macros/post.html @@ -95,7 +95,7 @@ {%- set sep = " " -%} {% endif -%} {%- for tag in page.taxonomies.tags %} - #{{ tag }} + #{{ tag }} #} {%- if not loop.last %}{{ sep | safe }}{% endif -%} {% endfor -%}