diff --git a/layouts/partials/hb/modules/blog/posts.html b/layouts/partials/hb/modules/blog/posts.html index a3ed3a53..6dcca73e 100644 --- a/layouts/partials/hb/modules/blog/posts.html +++ b/layouts/partials/hb/modules/blog/posts.html @@ -1,5 +1,5 @@ {{- $cols := default "row-cols-1 row-cols-lg-2 row-cols-xl-3" .Cols }} -{{- $readMore := default true .ReadMore }} +{{- $readMore := default (default true site.Params.hb.blog.post_read_more) .ReadMore }} {{- $modularize := default true .Modularize }}
{{ range .Pages }}