Denys Konovalov ab73609db6
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 18s
Website Prod/Test / Testumgebung (push) Successful in 12s
Website Dev / Entwicklungsumgebung (push) Successful in 17s
Add video-js shortcode (#308)
Reviewed-on: #308
2024-12-27 13:35:32 +01:00

7 lines
338 B
HTML

<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>