summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/grid.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/grid.html.twig b/templates/grid.html.twig
index 05c1122..79e8f59 100644
--- a/templates/grid.html.twig
+++ b/templates/grid.html.twig
@@ -20,7 +20,7 @@
<li>
<a href="{{ current_page.url|e }}">
<div>
- {{ page.media.images|first }}
+ {{ current_page.media.images|first }}
{{ current_page.title|e }}
</div>
</a>