Skip to content

Commit 17b9bc5

Browse files
committed
Use · instead of •
1 parent 8759b63 commit 17b9bc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/partials/head-title.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<title>{{ if not .IsHome }}{{ .Title | markdownify }} &bull; {{ end }}{{ .Site.Title | markdownify }}</title>
1+
<title>{{ if not .IsHome }}{{ .Title | markdownify }} &middot; {{ end }}{{ .Site.Title | markdownify }}</title>

layouts/partials/post-meta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{{ end }}
2121
{{ $taxonomy := "tags" }}
2222
{{ with .Param $taxonomy }}
23-
&bull; {{ i18n "taggedWith" }}
23+
&middot; {{ i18n "taggedWith" }}
2424
{{ range $index, $page := . }}
2525
{{- if gt $index 0 }}, {{ end -}}
2626
{{ with $.Site.GetPage (printf "/%s/%s" $taxonomy $page) -}}

0 commit comments

Comments
 (0)