Move galleries to collection, generate map and slideshow on build, stop using loopdir plugin, update templates accordingly

This commit is contained in:
2016-01-22 19:27:34 +00:00
parent 0d0edee3a7
commit ad219ff8cc
18 changed files with 236 additions and 213 deletions

View File

@@ -1,5 +1,9 @@
<div style="width: {{ include.width }}px;" class="caption">
{% if include.link %}
<a href="{{ include.link }}"><img src="{{ include.image }}" /></a>
{% else %}
<img src="{{ include.image }}" />
{% endif %}
{% if include.text %}
{{ include.text | markdownify | hyphenate }}
{% endif %}