mirror of
https://github.com/Xevion/glance.git
synced 2025-12-10 14:07:25 -06:00
Allow changing max columns on split columns widget
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{{ define "widget-content-classes" }}widget-content-frameless{{ end }}
|
||||
|
||||
{{ define "widget-content" }}
|
||||
<div class="masonry" data-max-columns="2">
|
||||
<div class="masonry" data-max-columns="{{ .MaxColumns }}">
|
||||
{{ range .Widgets }}
|
||||
{{ .Render }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user