From 44ee76165c7d192ee6e35880ebf5a2bd4440f4e5 Mon Sep 17 00:00:00 2001 From: akgnah Date: Tue, 5 May 2020 04:21:20 +0800 Subject: Fix tag url when base url is / --- layouts/partials/post-meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html index 7e5b47b..4864808 100644 --- a/layouts/partials/post-meta.html +++ b/layouts/partials/post-meta.html @@ -7,7 +7,7 @@ {{ if .Params.tags }} {{ range .Params.tags }} - {{ . }} + {{ . }} {{ end }} {{ else }} {{ i18n "postMetaNoTag" }} -- cgit v1.2.3