Revert "Add middle-dot between tags in taglist"

This reverts commit 0e34e523c6.
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 -}}
{{- $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 -}}

View File

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