[*] Initial commit
This commit is contained in:
6
layouts/shortcodes/div.html
Normal file
6
layouts/shortcodes/div.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="{{ .Get "class" }}" style="{{ .Get "style" | safeCSS }}">
|
||||
{{ with .Get "title" }}
|
||||
<h1 class="section-title">{{ . }}</h1>
|
||||
{{ end }}
|
||||
{{ .Inner }}
|
||||
</div>
|
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