not basedcooking specific

This commit is contained in:
Luke Smith 2022-04-14 16:21:24 -04:00
parent f76d132cd5
commit dd78002586
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -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>