From 67ba0083853d6af93e77e39f5085f04aef9c8356 Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Tue, 5 Mar 2019 12:19:53 -0600 Subject: [PATCH] Add trailing url to tag --- layouts/post/single.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}