From 91776716bc8f33df5fb299797844f5935d0dea42 Mon Sep 17 00:00:00 2001 From: Srinivasan Rangarajan Date: Sat, 23 May 2020 02:34:20 +0530 Subject: add a trailing slash to tags url When creating the URL for the tags, it's missing a slash after the "tags" word. From the template docs https://gohugo.io/functions/absurl/#readout absURL and relURL are smart about missing slashes, but they will not add a closing slash to a URL if it is not present. --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 687a0e1..628e43f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -10,7 +10,7 @@ {{ with .Params.tags }} {{ end }} -- cgit v1.2.3