mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 11:53:31 +08:00
* 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 |
||
---|---|---|
.. | ||
article | ||
article-list | ||
comments | ||
data | ||
footer | ||
head | ||
helper | ||
sidebar | ||
widget | ||
pagination.html |