diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index df4f9b2..9316b58 100644
--- 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) -}}
{{ . | title }}
- {{- if lt $k (sub $tagsLen 1) }}·{{ end -}}
{{- end -}}
{{- end -}}
diff --git a/static/style.css b/static/style.css
index 25e03b8..d50ddff 100644
--- a/static/style.css
+++ b/static/style.css
@@ -43,6 +43,10 @@ nav ul, footer ul, #taglist {
margin: .5em;
}
+.taglist a:not(:last-child)::after {
+ content: " ยท ";
+}
+
@media (min-width: 1200px) {
nav {