Extend gallery functionality, general cleanup

This commit is contained in:
2015-12-20 13:56:21 +00:00
parent 89f2ca8f31
commit 234fe32bb8
22 changed files with 81 additions and 99 deletions

4
_includes/caption.html Normal file
View File

@@ -0,0 +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>
</div>