forked from drowl87/hextra_mirror

fix: hide lang switch if site is not multilingual docs: update getting started page fix: ordered list style chore: update hugo icon feat: add icon shortcode page docs: add markdown and configuration pages docs: add diagrams page docs: add more content fix: mermaid background and add image styling chore: update templates chore: update hugo stats
6 lines
146 B
HTML
6 lines
146 B
HTML
{{ $rows := .Get "rows" | default "3" }}
|
|
|
|
<div class="hextra-cards mt-4 gap-4 grid not-prose" style="--rows: {{ $rows }};">
|
|
{{ .Inner }}
|
|
</div>
|