mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
change home page title
This commit is contained in:
parent
aa6267869c
commit
cc0176b589
@ -59,6 +59,7 @@ a:hover {
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
ul li {
|
||||
|
@ -4,7 +4,7 @@
|
||||
{{- $title := ( .Title ) -}}
|
||||
{{- $siteTitle := ( .Site.Title ) -}}
|
||||
{{- if .IsHome -}}
|
||||
<title>{{ $siteTitle }} | Home </title>
|
||||
<title>{{ $siteTitle }}</title>
|
||||
{{- else -}}
|
||||
<title>{{ $title }} - {{ $siteTitle }}</title>
|
||||
{{- end -}}
|
||||
|
Loading…
Reference in New Issue
Block a user