[enh] handle bordered pictures

This commit is contained in:
Laurent Peuch 2015-12-09 05:31:32 +01:00
parent 7289ac0ae0
commit 49c8afd5c0

View File

@ -0,0 +1,6 @@
{{ helpers.copy_image(section.image) }}
<section class="bordered-picture baguette">
<a href="{{ section.image }}">
<img src="{{ section.image }}">
</a>
</section>