mirror of
https://github.com/fruworg/themu.git
synced 2025-06-13 18:20:25 +03:00
change home page title
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
{{- $title := ( .Title ) -}}
|
||||
{{- $siteTitle := ( .Site.Title ) -}}
|
||||
{{- if .IsHome -}}
|
||||
<title>{{ $siteTitle }} | Home </title>
|
||||
<title>{{ $siteTitle }}</title>
|
||||
{{- else -}}
|
||||
<title>{{ $title }} - {{ $siteTitle }}</title>
|
||||
{{- end -}}
|
||||
|
Reference in New Issue
Block a user