fix(title): terms title error and change delimiter from "|" to "-" (#299)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{- define "title" }}{{ .Title }} | {{ .Site.Title }}{{ end -}}
|
||||
{{- define "title" }}{{ .Title }} - {{ .Site.Title }}{{ end -}}
|
||||
|
||||
{{- define "content" -}}
|
||||
{{- $params := .Scratch.Get "params" -}}
|
||||
|
||||
Reference in New Issue
Block a user