Improve persona pages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
69b17ea1f2
commit
3fca077425
13 changed files with 471 additions and 220 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 bg-primary-subtle">
|
||||
<div class="container my-5 py-5">
|
||||
{{ 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