Changed the · to -

This commit is contained in:
2022-11-10 01:15:05 -08:00
parent 2a68efc77d
commit 54fa4383cf
6 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
{{- i18n .Data.Plural 1 | title -}}
{{- print ": " -}}
{{- end -}}
{{- i18n (lower .Title) | default .Title | title }} · {{ .Site.Title -}}
{{- i18n (lower .Title) | default .Title | title }} - {{ .Site.Title -}}
{{ end }}
{{ define "content" }}
{{ partial "list.html" . }}