mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
added folderthumbnails
This commit is contained in:
@@ -57,6 +57,9 @@
|
||||
<a href="{{ subdirectory.url }}">
|
||||
<figure>
|
||||
<img class="foldericon" />
|
||||
{%- if subdirectory.thumb %}
|
||||
<img class="folderthumb" src="{{ subdirectory.thumb }}" />
|
||||
{%- endif %}
|
||||
<figcaption>{{ subdirectory.name }}</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user