Add combine_page_and_site_title option
If true, it will e.g. change the title tag for the Legal page to <title>Legal | Jane Doe - Nutrition Coach & Chef Consultant</title> Signed-off-by: Daniel Holbach <daniel.holbach@gmail.com>
This commit is contained in:
parent
ae3f16bd93
commit
b88d13e7f0
2 changed files with 8 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ enableEmoji = true
|
|||
|
||||
# Options used for automatic image generation. see: https://gohugo.io/content-management/image-processing/
|
||||
image_options = "webp q90 lanczos photo"
|
||||
|
||||
# Use "page_title | site_title" for <title> tags
|
||||
# e.g. <title>Legal | Jane Doe - Nutrition Coach & Chef Consultant</title>
|
||||
combine_page_and_site_title = false
|
||||
|
||||
[params.footer]
|
||||
# Show contact icons for email/phone (if specified) in the footer of the page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue