uci-hugo-doc/exampleSite/content/en
Robert Kaussow c9f809ca19
fix: fix edit page link and auto-detect contentDir (#343)
BREAKING CHANGE: With support of the multilingual mode, we broke the `edit page` links, as the content directory was statically hard-coded into the `GeekdocEditPath` parameter. To get the correct content directory, regardless of the language or a disabled multilingual mode, we now use Hugo's built-in `.Site.Params.contentDir` parameter. Therefor, you have to remove the hard-coded `/content` part from the `geekdocEditPath` parameter in the configuration of your project.
2022-02-15 20:58:35 +01:00
..
_includes feat: add multilingual mode support (#241) 2022-01-23 13:21:44 +01:00
collapse feat: add multilingual mode support (#241) 2022-01-23 13:21:44 +01:00
features fix: fix formatting on code links (#316) 2022-02-03 11:42:26 +01:00
posts fix: fix post metadata positioning (#315) 2022-02-03 10:58:37 +01:00
shortcodes feat: add multilingual mode support (#241) 2022-01-23 13:21:44 +01:00
toc-tree feat: add multilingual mode support (#241) 2022-01-23 13:21:44 +01:00
usage fix: fix edit page link and auto-detect contentDir (#343) 2022-02-15 20:58:35 +01:00
_index.md refactor: unify title and description handling in meta files (#329) 2022-02-07 10:57:43 +01:00