.gitea
assets
content
data
i18n
layouts
_default
abiturienten
about
anmeldeformular
anmeldung
author
begabte
cantorfora
cantorpreis
forms
ganztagsangebote
kontakt
pages
partials
projektwoche
list.html
single.html
schulchronik
shortcodes
superhaufen
termine
wettbewerbe
404.html
index.html
robots.txt
static
.gitignore
LICENSE
config.yml
- [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
16 lines
294 B
HTML
16 lines
294 B
HTML
{{ define "main" }}
|
|
|
|
<section class="section-sm pb-0">
|
|
<div class="container">
|
|
<div class="row">
|
|
{{ range .Pages }}
|
|
<div class="col-lg-4 col-sm-6">
|
|
{{ partial "card-btn-ni" (dict "title" .Title "link" .Permalink) }}
|
|
</div>
|
|
{{ end }}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
{{ end }}
|