Simplify website title
This commit is contained in:
parent
449f494a38
commit
653a6a4d8c
@ -8,7 +8,7 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- /* Title */}}
|
{{- /* Title */}}
|
||||||
<title>{{ if .IsHome }}{{ else }}{{ if .Title }}{{ .Title }} | {{ end }}{{ end }}{{ .Site.Title }}</title>
|
<title>{{ if .IsHome }}{{ else }}{{ if .Title }}{{ .Title }} | {{ end }}{{ end }}{{ (.Site.Params.label.text | default .Site.Title) }}</title>
|
||||||
|
|
||||||
{{- /* Meta */}}
|
{{- /* Meta */}}
|
||||||
{{- if .IsHome }}
|
{{- if .IsHome }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user