{{ page.title }}
{% iiif %}
{{ content }}
--- layout: default --- {% capture the_collection %}{{page.collection}}{% endcapture %} {% if page.collection %} {% assign documents = site[the_collection] %} {% endif %} {% for link in documents %} {% if link.title == page.title %} {% unless forloop.first %} {% assign prevurl = prev.url %} {% assign prevtitle = prev.title %} {% endunless %} {% unless forloop.last %} {% assign next = documents[forloop.index] %} {% assign nexturl = next.url %} {% assign nexttitle = next.title %} {% endunless %} {% endif %} {% assign prev = link %} {% endfor %}