reconnect
This commit is contained in:
19
.github/_layouts/item/image.html
vendored
Normal file
19
.github/_layouts/item/image.html
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
# basic image item layout
|
||||
# Displays image_small if available, with fall back to object_location.
|
||||
# Adds gallery view to open images full screen using object_location, with fall back to image_small.
|
||||
layout: item/item-page-base
|
||||
gallery: true
|
||||
---
|
||||
|
||||
<div class="card mb-4 text-center">
|
||||
|
||||
{% include item/image-gallery.html %}
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
{% include item/download-buttons.html %}
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user