Simplify gallery-2/3 to a single text field instead of two split sections
This commit is contained in:
@@ -22,10 +22,7 @@
|
||||
<div class="col-12 col-md-6 p-3 text-start content-text order-2 order-md-1">
|
||||
<h1 class="funky-font main-header text-center">{{ page.title }}</h1>
|
||||
{% if page.header.intro %}{{ page.header.intro|markdown }}{% endif %}
|
||||
{% if page.header.section1_heading %}<h2 class="funky-font">{{ page.header.section1_heading }}</h2>{% endif %}
|
||||
{{ page.header.section1_text|markdown }}
|
||||
{% if page.header.section2_heading %}<h2 class="funky-font">{{ page.header.section2_heading }}</h2>{% endif %}
|
||||
{{ page.header.section2_text|markdown }}
|
||||
{{ page.header.text|markdown }}
|
||||
<div class="d-flex flex-column flex-sm-row gap-2 mt-3">
|
||||
<a href="{{ url('/werk-in-detail') }}" class="btn btn-brand">Bekijk werk in detail</a>
|
||||
<a href="{{ url('/contact') }}" class="btn btn-outline-brand">Plan een bezoek</a>
|
||||
|
||||
Reference in New Issue
Block a user