This commit is contained in:
parent
69b17ea1f2
commit
93b684df2a
12 changed files with 468 additions and 217 deletions
9
layouts/shortcodes/usage-points.html
Normal file
9
layouts/shortcodes/usage-points.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{{ $title := .Get "title" }}
|
||||
<div class="container-fluid py-5">
|
||||
<div class="container">
|
||||
{{ with $title }}<h3 class="fw-bold text-center mb-5">{{ . }}</h3>{{ end }}
|
||||
<div class="row row-cols-1 row-cols-md-3 g-4 justify-content-center">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue