Static CMS v2.0 (#226)
- [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
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<div class="row">
|
||||
{{ range .Pages }}
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
{{ .Render "card-btn-ni" }}
|
||||
{{ partial "card-btn-ni" (dict "title" .Title "link" .Permalink) }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<section class="section-sm pb-0">
|
||||
<section class="section-sm">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 mb-4 content">
|
||||
|
Reference in New Issue
Block a user