Revert "Add middle-dot between tags in taglist"

This reverts commit 0e34e523c6e9f2ab5c29c713863da3986769965d.
This commit is contained in:
Luke Smith 2022-07-10 00:24:40 -04:00
parent 3699ee1a6b
commit ee696fd99d
2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -43,10 +43,6 @@ nav ul, footer ul, #taglist {
margin: .5em; margin: .5em;
} }
.taglist a:not(:last-child)::after {
content: " · ";
}
@media (min-width: 1200px) { @media (min-width: 1200px) {
nav { nav {