hugo

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

commit 0283aa6cbea49d500d764c271c1379b56ab65534
parent a56d5dafb2f5dd0ac2d77e60e4194999e82050aa
Author: esdnm <beqlunel@protonmail.com>
Date:   Sun,  3 Jul 2022 23:20:19 +0600

Don't add middle-dot via HTML
Diffstat:
Mlayouts/partials/footer.html | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html @@ -6,7 +6,6 @@ {{- range $k, $v := .Params.tags -}} {{- $url := printf "tags/%s" (. | urlize | lower) -}} <a id="tag_{{ . | lower }}" href="{{ $url | absURL }}">{{ . | title }}</a> - {{- if lt $k (sub $tagsLen 1) }}&middot;{{ end -}} {{- end -}} </div> {{- end -}}