refactor: switch render templates to partials
All checks were successful
website-main / prod-build (push) Successful in 1m20s
website-main / test-build (push) Successful in 55s
website-main / auto-rebuild (push) Has been skipped
website-dev / dev-build (push) Successful in 58s

This commit is contained in:
2023-07-15 15:50:10 +02:00
parent a158a617ed
commit 763a040751
15 changed files with 14 additions and 14 deletions

View File

@ -38,8 +38,8 @@
</div>
</div>
{{ range where .Site.RegularPages "Params.author" "intersect" (slice .File.BaseFileName) }}
<div class="col-lg-4 col-sm-6 mb-4">
{{ .Render "card" }}
<div class="col-lg-4 col-sm-6 mb-4 mb-lg-0 d-flex align-items-stretch">
{{ partial "card" . }}
</div>
{{ end }}
</div>