diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-11-11 12:10:13 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-11-11 12:10:13 -0500 |
commit | d3daadaa58475f0eec59fad7a301e39b797a9914 (patch) | |
tree | a15261257183e2d6815dbe661f52f9db44d94fdb /templates/grid.html.twig | |
parent | b5504afc21e0c67ee85a5ebadd772e8bd0272897 (diff) | |
download | grav-sowtheme-d3daadaa58475f0eec59fad7a301e39b797a9914.tar.gz grav-sowtheme-d3daadaa58475f0eec59fad7a301e39b797a9914.tar.bz2 grav-sowtheme-d3daadaa58475f0eec59fad7a301e39b797a9914.zip |
Try to fix images
Diffstat (limited to '')
-rw-r--r-- | templates/grid.html.twig | 2 |
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> |