Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.16 KB

reuse.md

File metadata and controls

32 lines (30 loc) · 1.16 KB
layout title description permalink id category
coffins
Reuse - appropriation - ownership
The Fitzwilliam Museum's research project exploring the implications of modification and reuse of material culture in ancient Egypt
/reuse-project
reuse
reuse

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

{% assign sorted = site.reuse | 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 %}