reconnect
This commit is contained in:
20
.github/_layouts/item/item.html
vendored
Normal file
20
.github/_layouts/item/item.html
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
# generic fallback item page layout
|
||||
# displays image or icon depending on "image_thumb"
|
||||
layout: item/item-page-base
|
||||
---
|
||||
|
||||
<div class="card mb-4 text-center">
|
||||
<div class="card-body">
|
||||
|
||||
<p>
|
||||
{% include item/item-thumb.html %}
|
||||
</p>
|
||||
<div class="mt-2">
|
||||
|
||||
{% include item/download-buttons.html %}
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user