mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
removed stupid alt
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<div class="folders">
|
||||
{%- for subdirectory in subdirectories %}
|
||||
<figure>
|
||||
<a href="{{ subdirectory.url }}"><img alt="{{ subdirectory.name }}" /></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