]> Raphaël G. Git Repositories - airbundle/commitdiff
New site.logo config
authorRaphaël Gertz <git@rapsys.eu>
Thu, 13 Oct 2022 13:03:24 +0000 (15:03 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 13 Oct 2022 13:03:24 +0000 (15:03 +0200)
Resources/views/mail/body.html.twig

index d7aec971477f30d0a1cf8fd0d3689251039600ca..85bf9e3218ef7128cec0754df68fc847882f721e 100644 (file)
@@ -20,7 +20,7 @@
 {% block body %}
        <table class="header">
                <tr>
-                       <td><a href="{{ site.url|escape('html_attr') }}"><img src="{{ email.image(site.logo) }}" alt="{{ site.title|escape('html_attr') }}" /></a></td>
+                       <td><a href="{{ site.url|escape('html_attr') }}"><img src="{{ email.image(site.logo.png) }}" alt="{{ site.title|escape('html_attr') }}" /></a></td>
                        <td><h1><a href="{{ site.url|escape('html_attr') }}">{{ site.title }}</a></h1></td>
                </tr>
        </table>