This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_includes/post/intro-image.html.twig

6 lines
134 B
Twig
Raw Normal View History

2017-08-06 18:31:59 +00:00
{% if page.blocks.intro_image %}
<div class="has-text-centered">
{{ page.blocks.intro_image|raw }}
</div>
{% endif %}