hugo-book-theme/layouts
Caleb Jasik 9791db1ce7
Bug Fix: Empty .Site.Params.contentDir (#312)
* 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/
2021-02-22 19:48:49 +01:00
..
_default Added default dir="ltr" (#307) 2021-02-03 09:42:32 +01:00
partials/docs Bug Fix: Empty .Site.Params.contentDir (#312) 2021-02-22 19:48:49 +01:00
posts #157, Refactor side menu, simpler and renders all pages at root 2020-04-11 14:35:29 +02:00
shortcodes Let's enable markdown in the button title (#308) 2021-02-19 11:55:53 +01:00
taxonomy #157, Refactor side menu, simpler and renders all pages at root 2020-04-11 14:35:29 +02:00
404.html 404 Page redesign 2020-04-15 23:24:51 +02:00