adds wrapper and archive-item-block class

This commit is contained in:
buttle 2021-09-13 13:16:09 +02:00
parent dcd8ed6b16
commit 01a30c9ace
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,8 @@
}
?>
<div class="archive-item-block">
<?php if ($renderSourceLink) { ?>
<div class="source-link">
<a href="<?= $item_url ?>">Source</a>
@ -49,6 +51,7 @@
</div>
<?php } ?>
</div>
<?php if ($zoom_type == "zoom") { ?>