diff --git a/hugo.toml b/hugo.toml index 20785f27..80af8f21 100644 --- a/hugo.toml +++ b/hugo.toml @@ -19,9 +19,6 @@ path = "github.com/hugomods/icons/vendors/bootstrap" [[module.imports]] path = "github.com/hugomods/images" -[params.hugopress.modules.hb-blog.attributes.hb-main] -cacheable = true - [params.hb.terms] paginate = 12 diff --git a/layouts/partials/hugopress/modules/hb-blog/attributes/hb-main.html b/layouts/partials/hugopress/modules/hb-blog/attributes/hb-main.html deleted file mode 100644 index dfc4e83a..00000000 --- a/layouts/partials/hugopress/modules/hb-blog/attributes/hb-main.html +++ /dev/null @@ -1,5 +0,0 @@ -{{- $class := "hb-main container" }} -{{- if site.Params.hb.blog.full_width }} - {{- $class = "hb-main container-fluid" }} -{{- end }} -{{- return dict "class" $class }}