From 7326b9ffde27000688d3a5e46f3e6261df19e3a6 Mon Sep 17 00:00:00 2001 From: sherrie gossett Date: Sat, 30 Apr 2022 23:49:27 -0400 Subject: Update categories.html (#21) Brackets need to be removed - they're currently displaying with the categories on post pages. --- layouts/partials/categories.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/categories.html b/layouts/partials/categories.html index 85ebf1d..526366d 100644 --- a/layouts/partials/categories.html +++ b/layouts/partials/categories.html @@ -1,4 +1,4 @@ {{ range .Params.categories }} {{ $href := print (absURL "categories/") (urlize .) }} -[{{ . }}] +{{ . }} {{ end }} -- cgit v1.2.3