Skip to content
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

Edit Page (BookEditPath) function not working for multilanguage projects #629

Open
Rojax opened this issue Jul 3, 2024 · 0 comments · May be fixed by #630
Open

Edit Page (BookEditPath) function not working for multilanguage projects #629

Rojax opened this issue Jul 3, 2024 · 0 comments · May be fixed by #630

Comments

@Rojax
Copy link

Rojax commented Jul 3, 2024

The Edit this page button in the footer does not work for multi-language projects. It always points to a single content. Either to .Site.Params.contentDir (if set) or to /content by default.

This can be reproduced using a config such as

defaultContentLanguage: en
defaultContentLanguageInSubdir: true
languages:
  en:
    contentDir: content/en
    disabled: false
    languageCode: en-US
    languageDirection: ltr
    languageName: English
    title: My Book
    weight: 10
  de:
    contentDir: content/de
    disabled: false
    languageCode: de-DE
    languageDirection: ltr
    languageName: Deutsch
    title: My Book
    weight: 20

See also: gohugoio/hugo#11237

Rojax added a commit to Rojax/hugo-book that referenced this issue Jul 3, 2024
@Rojax Rojax linked a pull request Jul 3, 2024 that will close this issue
eliroca pushed a commit to eliroca/hugo-book that referenced this issue Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant