Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.11 KB

deathonthenile.md

File metadata and controls

32 lines (30 loc) · 1.11 KB
layout title description permalink id category
coffins
Death on the Nile
The Fitzwilliam Museum's Death on the Nile Exhibition
/deathonthenile
deathonthenile
deathonthenile

{% assign rows = site.deathonthenile.size | divided_by: 2.0 | ceil %} {% for i in (1..rows) %} {% assign offset = forloop.index0 | times: 2 %}

{% assign sorted = site.deathonthenile | sort:"order" %} {% for death in sorted limit:2 offset:offset %}
{{page.title}}'s image
{{death.title}}
            <p class="card-text">
              {{ death.content | strip_html | truncatewords: 20}}
            </p>

            <a href="{{ death.url }}" class="btn btn-dark stretched-link">Read more </a>
          </div>
      </div>
</div>
{% endfor %}
{% endfor %}