diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 1c0d36d..f756ec5 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -22,7 +22,7 @@ {{ with .Params.tags }} {{ range . }} - {{ . }} + {{ . }} {{ end }} {{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index b951cb7..742c2e4 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -18,7 +18,7 @@
Categories: {{ range . }} - {{ . }} + {{ . }} {{ end }}
{{ end }} @@ -27,7 +27,7 @@
Tags: {{ range . }} - {{ . }} + {{ . }} {{ end }}
{{ end }} diff --git a/layouts/_default/term.html b/layouts/_default/term.html index 1c0d36d..f756ec5 100644 --- a/layouts/_default/term.html +++ b/layouts/_default/term.html @@ -22,7 +22,7 @@ {{ with .Params.tags }} {{ range . }} - {{ . }} + {{ . }} {{ end }} {{ end }} diff --git a/layouts/index.html b/layouts/index.html index ef54ebc..eb14955 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -17,7 +17,7 @@
Categories: {{ range first 2 . }} - {{ . }} + {{ . }} {{ end }}
{{ end }} @@ -26,7 +26,7 @@
Tags: {{ range first 5 . }} - {{ . }} + {{ . }} {{ end }}
{{ end }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b31f635..90cd4c4 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -7,7 +7,7 @@ {{/* load mermaid if any mermaid code block */}} {{ if .Page.Store.Get "hasMermaid" }} - + {{ end }} @@ -30,7 +30,7 @@ {{ end }} - - - - + + + + diff --git a/layouts/partials/side-categories.html b/layouts/partials/side-categories.html index 168c167..41b71e4 100644 --- a/layouts/partials/side-categories.html +++ b/layouts/partials/side-categories.html @@ -5,7 +5,7 @@ diff --git a/layouts/partials/side-tags.html b/layouts/partials/side-tags.html index acee11e..f62d41d 100644 --- a/layouts/partials/side-tags.html +++ b/layouts/partials/side-tags.html @@ -5,7 +5,7 @@