hugo-theme-stack/layouts/partials/sidebar
WaterLemons2k 09060d0228 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.
2024-02-19 20:46:03 +08:00
..
left.html fix: incorrect menu URL when baseURL is a subpath (#713) 2022-10-29 17:28:47 +02:00
right.html fix(partials): ensure params always exist 2024-02-19 20:46:03 +08:00