uci-hugo-doc/layouts
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
..
_default fix: fix usage of terms and taxonomies list templates (#330) 2022-02-07 11:53:45 +01:00
partials fix: fix edit page link and auto-detect contentDir (#343) 2022-02-15 20:58:35 +01:00
posts fix: fix usage of terms and taxonomies list templates (#330) 2022-02-07 11:53:45 +01:00
shortcodes fix: use absolute ULRs in img shortcode (#332) 2022-02-07 13:24:00 +01:00
404.html feat: add multilingual mode support (#241) 2022-01-23 13:21:44 +01:00
robots.txt feat: add robots template (#203) 2021-09-08 21:48:31 +02:00