forked from drowl87/hextra_mirror

* feat: add feature grid and card shortcodes * feat: add markdown content to hextra home * chore: add button for hextra home * chore: add heading and subtitle * chore: finish moving hextra home to shortcodes * chore: regenerate css * chore: improve hextra home layout shortcodes * chore: update css * chore: decrease button size
10 lines
186 B
HTML
10 lines
186 B
HTML
{{- $style := .Get "style" -}}
|
|
|
|
|
|
<div
|
|
class="grid sm:grid-cols-2 lg:grid-cols-3 grid-cols-1 gap-4 w-full"
|
|
{{ with $style }}style="{{ . | safeCSS }}"{{ end }}
|
|
>
|
|
{{ .Inner }}
|
|
</div>
|