Convert shortcodes to captions

This commit is contained in:
2015-12-21 11:44:12 +00:00
parent 25ea9353d2
commit 5988fe8309
10 changed files with 109 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
<div style="width: {{ include.width }}px;" class="caption">
<img src="{{ include.image }}" {% if include.image-width %}width="{{ include.image-width }}" {% endif %}/>
<p>Een fraaie fles voor een bijzondere whisky.</p>
<p>{{ include.text }}</p>
</div>