uci-hugo-doc/layouts/partials
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
..
head fix: use safeHTML for description in metadata (#334) 2022-02-07 14:47:32 +01:00
microformats fix: use safeHTML for description in metadata (#334) 2022-02-07 14:47:32 +01:00
posts fix: fix formatting of multiline post metadata (#333) 2022-02-07 13:52:12 +01:00
utils refactor: unify title and description handling in meta files (#329) 2022-02-07 10:57:43 +01:00
foot.html feat: add multilingual mode support (#241) 2022-01-23 13:21:44 +01:00
language.html feat: add multilingual mode support (#241) 2022-01-23 13:21:44 +01:00
menu-bundle.html refactor: unify title and description handling in meta files (#329) 2022-02-07 10:57:43 +01:00
menu-extra.html fix: always fetch menu name from data file (#296) 2022-01-23 22:32:21 +01:00
menu-filetree.html refactor: unify title and description handling in meta files (#329) 2022-02-07 10:57:43 +01:00
menu-nextprev.html feat: add multilingual mode support (#241) 2022-01-23 13:21:44 +01:00
menu.html refactor: unify title and description handling in meta files (#329) 2022-02-07 10:57:43 +01:00
page-header.html fix: fix edit page link and auto-detect contentDir (#343) 2022-02-15 20:58:35 +01:00
search.html feat: add multilingual mode support (#241) 2022-01-23 13:21:44 +01:00
site-footer.html BREAKING CHANGE: rename icons `gdoc_keyborad_arrow_*` to `gdoc_keyboard_arrow_*` (#299) 2022-01-27 22:03:12 +01:00
site-header.html fix: fix header menu style if no extra entries were added (#305) 2022-01-30 22:05:14 +01:00
svg-icon-symbols.html refactor: replace gulp by webpack and npm scripts (#258) 2022-01-06 13:58:10 +01:00