Extracting <title> to be able to override it in the client code
This commit is contained in:
parent
8b3e9c711e
commit
9b375d4a98
2 changed files with 2 additions and 1 deletions
1
layouts/partials/title.html
Normal file
1
layouts/partials/title.html
Normal file
|
@ -0,0 +1 @@
|
|||
<title>{{ if and (.Title) (not .IsHome) }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
|
Loading…
Add table
Add a link
Reference in a new issue