Add video-js shortcode (#308)
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

Reviewed-on: #308
This commit is contained in:
2024-12-27 13:35:32 +01:00
parent ef4356799e
commit ab73609db6
16 changed files with 123 additions and 34 deletions

View File

@ -10,7 +10,7 @@
<div class="filter-container row mx-auto">
{{ range sort .Params.events ".date" }}
{{ if not .hidden }}
<div class="filter-item col-12" data-groups='{{if partial "data/termin-upcoming" .}}upcoming{{else}}past{{end}}'>
<div class="filter-item col-12" data-groups="{{ if partial `data/termin-upcoming` . }}upcoming{{else}}past{{end}}">
{{ partial "termin" . }}
</div>
{{ end }}