feat: improve site title to show actual title first
All checks were successful
Website build and deploy / build (push) Successful in 2m25s
All checks were successful
Website build and deploy / build (push) Successful in 2m25s
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{{- if .Params.heading -}}
|
||||
{{- $title = .Params.heading -}}
|
||||
{{- else -}}
|
||||
{{- $title = print .Site.Title " | " .Title -}}
|
||||
{{- $title = printf "%s | %s" .Title .Site.Title -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
<meta charset="utf-8" />
|
||||
|
||||
Reference in New Issue
Block a user