hugo

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

commit ee696fd99d841b061029519daaf2457d47f0a7fb
parent 3699ee1a6bbc9b1521342a57f65d97bc6bb7a991
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sun, 10 Jul 2022 00:24:40 -0400

Revert "Add middle-dot between tags in taglist"

This reverts commit 0e34e523c6e9f2ab5c29c713863da3986769965d.

Diffstat:
Mlayouts/partials/footer.html | 1+
Mstatic/style.css | 4----
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html @@ -6,6 +6,7 @@ {{- 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 -}} diff --git a/static/style.css b/static/style.css @@ -43,10 +43,6 @@ nav ul, footer ul, #taglist { margin: .5em; } -.taglist a:not(:last-child)::after { - content: " ยท "; -} - @media (min-width: 1200px) { nav {