hugo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit dd780025861d39350cd0caa135c87a1b8d53f4c2
parent f76d132cd564e3d0ee22a63fd1f3f50d04f88d85
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Thu, 14 Apr 2022 16:21:24 -0400

not basedcooking specific

Diffstat:
Mlayouts/partials/footer.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html @@ -2,7 +2,7 @@ {{ $tagsLen := len .Params.tags }} {{ if gt $tagsLen 0 }} <div class=taglist> - See related recipes:</br> + See related:</br> {{ range $k, $v := .Params.tags }} {{ $url := printf "tags/%s" (. | urlize | lower) }} <a href="{{ $url | absURL }}">{{ . }}</a>