hugo-theme-stack/layouts
Farrel Franqois 2bfdb47ce7
fix: Incorrect if statement in imageProcessing.cover.enabled
The incorrect `.context.Site.Params.imageProcessing.cover.enabled` if statement will make Hugo still process the image, even if the `.Site.Params.imageProcessing.cover.enabled` has been set to `false`.

So, the equal condition is needed to ensure that option is truly enabled.
2022-06-11 14:29:55 +07:00
..
_default refactor: rename "Related contents" to "Related content" (#567) 2022-06-05 17:20:08 +02:00
page refactor: Use flexbox gap (#520) 2022-03-03 23:11:19 +01:00
partials fix: Incorrect if statement in imageProcessing.cover.enabled 2022-06-11 14:29:55 +07:00
shortcodes feat(shortcodes): add quote shortcode, and example (#414) 2022-06-08 17:59:23 +02:00
404.html refactor(i18n): translation key renaming (#68) 2020-12-19 01:41:26 +01:00
index.html feat: article page widget support (#488) 2022-02-26 23:45:25 +01:00