Conversation
✅ Deploy Preview for hugo-hextra ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The user can define a per section title in params, used in section pages. If none is defined, the default title is used.
94c1fbd to
f66c915
Compare
imfing
left a comment
There was a problem hiding this comment.
thanks! we need to take into account that our site supports multiple languages.
the current approach might not work for multi-language sites. we should probably figure out a different approach.
For multi-languages it works too, you just have to put As mentionned in Hugo documentation (v0.112.0+): |
|
@imfing is it still ongoing or should I close ? |
If the website is composed of multiple sections, we could want to define different titles templates for each of them. For example:
With this PR, the user can define a new entry
params,sectionsTitlesto define per section title, used in the title of section pages. If none is defined, the default title is used.Example: