Switch around the page and site titles
This commit is contained in:
parent
955080d87e
commit
86e095496c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<meta name="description" content="{{ $.Site.Params.description }}">
|
||||
<title>{{.Site.Title}}</title>
|
||||
{{ else }}
|
||||
<title>{{.Site.Title}} / {{ .Title }}</title>
|
||||
<title>{{ .Title }} - {{ .Site.Title }}</title>
|
||||
|
||||
{{ if .Summary }}
|
||||
<meta name="description" content="{{ .Summary }}">
|
||||
|
|
Loading…
Add table
Reference in a new issue