diff --git a/layouts/post/single.html b/layouts/post/single.html index f8984ef..5b409be 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -19,7 +19,8 @@ - {{ . }} + {{ $href := print ("tags/" | absLangURL) (. | urlize) "/" }} + {{ . }} {{ end }}