This commit is contained in:
Jeroen Goddijn 2021-07-30 17:09:36 +00:00 committed by GitHub
commit 0f9e8afc13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="modular-row showcase flush-top" {% if page.media[slide.image] %}style="background-image: url({{ page.media[slide.image].url }});"{% endif %}>
<h1>{{ slide.heading|raw }}</h1>
<h2>{{ slide.subheading }}</h2>
<a class="button" href="{{ slide.button_url }}">{{ slide.button_text }}</a>
<a {% if slide.button_url %}class="button" href="{{ slide.button_url }}"{% endif %}>{% if slide.button_text %}{{ slide.button_text }}{% endif %}</a>
</div>
{% endfor %}
</div>