From 5e40132673ec75e0d311d44d1fc84354f600aab3 Mon Sep 17 00:00:00 2001 From: Kian Kasad Date: Thu, 10 Dec 2020 21:58:09 -0800 Subject: [PATCH] single: add support for custom taxonomy URLs (#125) * fix URLs of tags in tag lists * use recommended code by hugo for tag list generator * https://gohugo.io/templates/taxonomy-templates/#example-list-tags-in-a-single-page-template * closes: #113 --- layouts/_default/single.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index e46d05fe..b74a0c92 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -47,9 +47,8 @@