18 lines
379 B
HTML
18 lines
379 B
HTML
---
|
|
# basic layout intended for metadata only type item, designed for linking to external source
|
|
layout: item/item-page-base
|
|
---
|
|
|
|
<div class="mb-4 text-center">
|
|
|
|
{% if page.image_small or page.image_thumb %}
|
|
<p>
|
|
{% include item/item-thumb.html %}
|
|
</p>
|
|
{% endif %}
|
|
<div class="my-2">
|
|
{% include item/download-buttons.html %}
|
|
</div>
|
|
|
|
</div>
|