mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2025-03-14 18:29:03 +03:00
layouts/_default: baseof: Show subtitle in homepage title.
Make it match the other titles + subtitle is meant to be showed. Signed-off-by: Siddh Raman Pant <25429745+siddhpant@users.noreply.github.com>
This commit is contained in:
parent
8b6fdb7854
commit
bde3296225
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
{{ block "title" . }}
|
||||
<title>
|
||||
{{ if .IsHome }}
|
||||
{{ $.Site.Params.Title }}
|
||||
{{ $.Site.Params.Title }} :: {{ $.Site.Params.Subtitle }}
|
||||
{{ else }}
|
||||
{{ .Title }} :: {{ $.Site.Params.Title }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue