summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-11-11 12:10:13 -0500
committersowgro <tpoke.ferrari@gmail.com>2024-11-11 12:10:13 -0500
commitd3daadaa58475f0eec59fad7a301e39b797a9914 (patch)
treea15261257183e2d6815dbe661f52f9db44d94fdb /templates
parentb5504afc21e0c67ee85a5ebadd772e8bd0272897 (diff)
downloadgrav-sowtheme-d3daadaa58475f0eec59fad7a301e39b797a9914.tar.gz
grav-sowtheme-d3daadaa58475f0eec59fad7a301e39b797a9914.tar.bz2
grav-sowtheme-d3daadaa58475f0eec59fad7a301e39b797a9914.zip
Try to fix images
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>