(Grav GitSync) Automatic Commit from GitSync

This commit is contained in:
GitSync
2026-08-30 11:35:52 +00:00
parent bc4dcc11ab
commit 3e0940a1db
6 changed files with 41 additions and 2 deletions
+2 -2
View File
@@ -35,7 +35,7 @@
{% set section1_images = (page.header.section1_images ?? [])|map(item => page.media[item.image] ?? null)|filter(img => img is not null) %}
{% set section2_images = (page.header.section2_images ?? [])|map(item => page.media[item.image] ?? null)|filter(img => img is not null) %}
<div class="row align-items-center g-3">
<div class="row g-3">
<div class="col-12 col-md-6 p-3 order-1 order-md-2">
{{ gallery.imagegrid(section1_images, 1) }}
</div>
@@ -47,7 +47,7 @@
</div>
</div>
<div class="row align-items-center g-3 mt-2">
<div class="row g-3 mt-2">
<div class="col-12 col-md-6 p-3 text-start content-text order-2">
{% if page.header.section2_heading %}<h2 class="funky-font">{{ page.header.section2_heading }}</h2>{% endif %}
{{ page.header.section2_text|markdown }}