Denys Konovalov
a275283b6e
- [x] Update auf Static CMS v2.0 - [x] aktualisierte Shortcodes (schließt #225) - [x] aktualisierte Previews (schließt #181) - Ordnerunterstützung - [x] vervollständigte Seiten - [x] Aufräumarbeiten Reviewed-on: https://git.cantorgymnasium.de/gcg/gcg-website/pulls/226
7 lines
307 B
HTML
7 lines
307 B
HTML
<div class="card border-primary rounded-0 hover-shadow mb-4">
|
|
<div class="card-body">
|
|
<h4 class="card-title text-truncate"><a href="{{ .link }}">{{ .title }}</a></h4>
|
|
<a href="{{ .link }}" class="btn btn-primary btn-sm" data-pagefind-ignore>{{ i18n "show_more"}}</a>
|
|
</div>
|
|
</div>
|
|
|