Reinit marzipano
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 2m11s
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 2m11s
This commit is contained in:
6
layouts/shortcodes/card.html
Normal file
6
layouts/shortcodes/card.html
Normal file
@ -0,0 +1,6 @@
|
||||
<div class="shortcode card border-primary rounded-0 hover-shadow mb-4">
|
||||
<div class="card-body mb-0">
|
||||
<h4 class="card-title"><a class="text-decoration-none" href="{{ .Get `link` }}">{{ .Get "title" }}</a></h4>
|
||||
<a href="{{ .Get `link` }}" class="mb-0 btn btn-primary btn-sm text-decoration-none">Mehr anzeigen</a>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user