Add intro image block

This commit is contained in:
Oliver Davies 2017-08-06 19:31:59 +01:00
parent 4bd21ddfc7
commit 451789c1a2
6 changed files with 22 additions and 22 deletions

View file

@ -0,0 +1,5 @@
{% if page.blocks.intro_image %}
<div class="has-text-centered">
{{ page.blocks.intro_image|raw }}
</div>
{% endif %}