mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
v1.5:
- removed foldericon argument - added css foldericons - added kjoe theme - improved monokai-vibrant theme
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<div class="folders">
|
||||
{%- for subdirectory in subdirectories %}
|
||||
<figure>
|
||||
<a href="{{ subdirectory.url }}"><img src="{{ foldericon }}" alt="Folder icon" /></a>
|
||||
<a href="{{ subdirectory.url }}"><img /></a>
|
||||
<figcaption><a href="{{ subdirectory.url }}">{{ subdirectory.name }}</a></figcaption>
|
||||
</figure>
|
||||
{%- endfor %}
|
||||
|
||||
Reference in New Issue
Block a user