[*] Initial commit
This commit is contained in:
3
layouts/shortcodes/flexrow.html
Normal file
3
layouts/shortcodes/flexrow.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="{{.Get "class"}}" style="display: flex; flex-direction: row; flex-wrap: wrap;{{.Get "style" | safeCSS }}">
|
||||
{{- .Inner -}}
|
||||
</div>
|
Reference in New Issue
Block a user