mirror of https://github.com/onweru/compose.git

weru
06.07.2020 89a1fd5dee1d5620b0458276ad44aea714e6939a
layouts/shortcodes/column.html
@@ -1,4 +1,4 @@
{{- $modifier := .Get 0 -}}
<div {{- with $modifier }} class='{{ . }}'{{ end }}>
<div {{- with $modifier }} class="{{ . }}"{{ end }}>
 {{- .Inner | markdownify -}}
</div>