From af225d5c9bd92438bd8363df5b6a20006810c5c8 Mon Sep 17 00:00:00 2001 From: Mikhail Morfikov Date: Wed, 16 Sep 2020 20:27:39 +0000 Subject: [PATCH] Add a missing slash in the category URLs (#38) Fix #37 --- layouts/partials/entry/meta/categories.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/entry/meta/categories.html b/layouts/partials/entry/meta/categories.html index 709a106..c9b353f 100644 --- a/layouts/partials/entry/meta/categories.html +++ b/layouts/partials/entry/meta/categories.html @@ -2,7 +2,7 @@ {{ T "meta_categories" }}: {{- range $index, $category := .Params.categories }}{{ if gt $index 0 }}, {{ end }} - + {{- . -}} {{- end }}