|
@@ -2,12 +2,12 @@
|
|
|
|
|
|
{% set work_selected = True %}
|
|
{% set work_selected = True %}
|
|
{% set all_selected = False if no_all_selected else True %}
|
|
{% set all_selected = False if no_all_selected else True %}
|
|
|
|
+{% set work_path = "work/all" %}
|
|
|
|
|
|
{% block main %}
|
|
{% block main %}
|
|
-{% for image in images('work/all') %}
|
|
|
|
|
|
+{% for image in images(work_path) %}
|
|
<figure>
|
|
<figure>
|
|
- <img src="{{ image.filenames[0] | static }}" alt="Ejemplo">
|
|
|
|
- <!-- <svg width="1px" height="1px" style="background-color: gray"></svg> -->
|
|
|
|
|
|
+ <img class="tile" src="{{ image.main or image.filenames[0] | static }}">
|
|
<figcaption class="hbox">
|
|
<figcaption class="hbox">
|
|
<div class="caption">
|
|
<div class="caption">
|
|
<h1>{{ image.name }} / {{ image.year }}</h1>
|
|
<h1>{{ image.name }} / {{ image.year }}</h1>
|