mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-03-31 04:49:50 +00:00
* Bug Fix: Empty .Site.Params.contentDir When .Site.Params.contentDir is left as the default: "content", calling .Site.Params.contentDir returns nothing, or maybe an empty string. To fix this, we set a default value for .Site.Params.contentDir to "content" and the url is built correctly. * Use the `default` function instead of `or` https://gohugo.io/functions/default/ |
||
---|---|---|
.. | ||
docs |