We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8759b63 commit 17b9bc5Copy full SHA for 17b9bc5
layouts/partials/head-title.html
@@ -1 +1 @@
1
-<title>{{ if not .IsHome }}{{ .Title | markdownify }} • {{ end }}{{ .Site.Title | markdownify }}</title>
+<title>{{ if not .IsHome }}{{ .Title | markdownify }} · {{ end }}{{ .Site.Title | markdownify }}</title>
layouts/partials/post-meta.html
@@ -20,7 +20,7 @@
20
{{ end }}
21
{{ $taxonomy := "tags" }}
22
{{ with .Param $taxonomy }}
23
- • {{ i18n "taggedWith" }}
+ · {{ i18n "taggedWith" }}
24
{{ range $index, $page := . }}
25
{{- if gt $index 0 }}, {{ end -}}
26
{{ with $.Site.GetPage (printf "/%s/%s" $taxonomy $page) -}}
0 commit comments