-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Hugo to 0.112.3 and fix en
title
#1534
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Darn, I knew that I should have built and diffed locally first! 🤷🏼♂️ There's still a problem, see: |
en
title
@@ -33,10 +33,10 @@ services: | |||
|
|||
languages: | |||
en: | |||
title: Docsy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, title
isn't a custom parameter and shouldn't have been moved to be under params
. In fact, we don't need a title
parameter here, so it is being dropped in #1994.
This PR updates hugo to version 0.112.3.
This PR closes #1531.