diff --git a/docs/configuration.md b/docs/configuration.md index c35df8c..bada197 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -948,6 +948,7 @@ Example: ``` ### Split Column + Splits a full sized column in half, allowing you to place widgets side by side. This is converted to a single column on mobile devices or if not enough width is available. Widgets are defined using a `widgets` property exactly as you would on a page column. Example of a full page with an effective 4 column layout using two split column widgets inside of two full sized columns: diff --git a/internal/assets/templates/split-column.html b/internal/assets/templates/split-column.html index d1d3386..63b4aea 100644 --- a/internal/assets/templates/split-column.html +++ b/internal/assets/templates/split-column.html @@ -3,7 +3,7 @@ {{ define "widget-content-classes" }}widget-content-frameless{{ end }} {{ define "widget-content" }} -