From bac8117f60616289ea15180051745ffb40e458d1 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 26 May 2022 20:47:52 -0400 Subject: add tag icons. (not sure about this yet). --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index a91b39c..7c7591a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,7 +5,7 @@ See related:
{{ range $k, $v := .Params.tags }} {{ $url := printf "tags/%s" (. | urlize | lower) }} - {{ . }} + {{ . | title }} {{ if lt $k (sub $tagsLen 1) }}·{{ end }} {{ end }} -- cgit v1.2.3