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-point.html
Normal file
9
layouts/shortcodes/usage-point.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{{ $icon := .Get "icon" }}
|
||||
{{ $title := .Get "title" }}
|
||||
<div class="col">
|
||||
<div class="card h-100 border-0 shadow-sm p-4 text-center">
|
||||
{{ with $icon }}<div class="display-5 mb-2 text-primary"><i class="bi bi-{{ . }}"></i></div>{{ end }}
|
||||
<h5 class="fw-bold">{{ $title }}</h5>
|
||||
<div class="text-muted">{{ .Inner | markdownify }}</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue