summaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-05-26 20:47:52 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-05-26 20:47:52 -0400
commitbac8117f60616289ea15180051745ffb40e458d1 (patch)
tree3a2fb9a3cc13b77512d872c96acbaff310a530c3 /layouts/partials
parent95133388ea1096aabb84b629037f04983f80ff07 (diff)
add tag icons. (not sure about this yet).
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
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:</br>
{{ range $k, $v := .Params.tags }}
{{ $url := printf "tags/%s" (. | urlize | lower) }}
- <a href="{{ $url | absURL }}">{{ . }}</a>
+ <a id="tag_{{ . }}" href="{{ $url | absURL }}">{{ . | title }}</a>
{{ if lt $k (sub $tagsLen 1) }}&middot;{{ end }}
{{ end }}
</div>