Add intro image block
This commit is contained in:
parent
4bd21ddfc7
commit
451789c1a2
6 changed files with 22 additions and 22 deletions
5
source/_includes/post/intro-image.html.twig
Normal file
5
source/_includes/post/intro-image.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% if page.blocks.intro_image %}
|
||||
<div class="has-text-centered">
|
||||
{{ page.blocks.intro_image|raw }}
|
||||
</div>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue