|
@@ -10,7 +10,7 @@
|
|
|
{% block main %}
|
|
|
{% for image in (sorted(images(path), reverse=True) if sort_images else images(path)) %}
|
|
|
<figure class="{{ 'clickable-fig' if expand_dialog else ''}}">
|
|
|
- <img class="tile" src="{{ (image.main or image.filenames[0]) | static }}" alt="{{ image.category }}: {{ image.name }} ({{ image.year }})">
|
|
|
+ <img class="tile" src="{{ (image.main or image.filenames[0]) | static }}" loading="lazy" alt="{{ image.category }}: {{ image.name }} ({{ image.year }})">
|
|
|
<figcaption class="hbox">
|
|
|
<div class="caption">
|
|
|
<h1>{{ image.name }} / <time>{{ image.year }}</time></h1>
|