first version
This commit is contained in:
3
layouts/shortcodes/grid.html
Normal file
3
layouts/shortcodes/grid.html
Normal file
@ -0,0 +1,3 @@
|
||||
{{ $class := .Get "class" }}
|
||||
{{ $body := .Get "text" | default .Inner }}
|
||||
<div class="grid{{ with $class }} {{ . }}{{ end }}">{{ $body }}</div>
|
Reference in New Issue
Block a user