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