Hugo-theme-stack/layouts
WaterLemons2k 188e49ef41
fix(widgets): ensure params is not nil (#943)
* fix(partials): ensure params always exist

If the `params` key is not defined in the config file, accessing `params` results in a `nil pointer evaluating interface {}` error because `params` does not exist.

This can be fixed by ensuring that params is always a map.

* style(widgets): `default` no pipes required
2024-02-23 23:00:39 +01:00
..
_default Revert "Merge branch 'canary' into master" (#712) 2022-10-29 17:14:19 +02:00
page feat: use .RelPermalink for search JSON (#859) 2023-08-15 11:40:43 +02:00
partials fix(widgets): ensure params is not nil (#943) 2024-02-23 23:00:39 +01:00
shortcodes feat(article): GitLab Snippets Shortcode (#627) 2022-06-11 11:04:20 +02:00
404.html refactor(i18n): translation key renaming (#68) 2020-12-19 01:41:26 +01:00
index.html Revert "Merge branch 'canary' into master" (#712) 2022-10-29 17:14:19 +02:00