Move galleries to collection, generate map and slideshow on build, stop using loopdir plugin, update templates accordingly
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user