From 564697987de962672112b910422682eb6f9c26ba Mon Sep 17 00:00:00 2001 From: Nobuhiro MIKI Date: Tue, 19 Jan 2021 22:36:26 +0900 Subject: [PATCH] fix(uglyurls): fix the path of tags in the case of uglyURLs = true. (#310) --- layouts/post/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/post/single.html b/layouts/post/single.html index f19cb9b..d138eef 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -45,7 +45,7 @@ {{ with .Params.tags -}}
{{ range . -}} - {{ . }} + {{ . }} {{ end -}}
{{- end -}}