aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2018-07-12 11:31:30 +0000
committerGitHub <noreply@github.com>2018-07-12 11:31:30 +0000
commit0f36a88e16c843827be1074df1c36ea534b31394 (patch)
treef854920c09cde437e9562d3f35ec57bb2109f7d3 /src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig
parent9b12f822e1ab1b9363a3b32c17590eca078ffa67 (diff)
parente93f37206a82ce575f857e073feee437bb579fbb (diff)
downloadwallabag-0f36a88e16c843827be1074df1c36ea534b31394.tar.gz
wallabag-0f36a88e16c843827be1074df1c36ea534b31394.tar.zst
wallabag-0f36a88e16c843827be1074df1c36ea534b31394.zip
Merge pull request #3692 from Simounet/feature/svg-logo
Feature/svg logo
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig
index 9b0503d6..b9fcc005 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig
@@ -7,7 +7,7 @@
7 <meta property="og:title" content="{{ entry.title|e|raw }}" /> 7 <meta property="og:title" content="{{ entry.title|e|raw }}" />
8 <meta property="og:type" content="article" /> 8 <meta property="og:type" content="article" />
9 <meta property="og:url" content="{{ app.request.uri }}" /> 9 <meta property="og:url" content="{{ app.request.uri }}" />
10 {% set picturePath = app.request.schemeAndHttpHost ~ asset('wallassets/themes/_global/img/logo-other_themes.png') %} 10 {% set picturePath = app.request.schemeAndHttpHost ~ asset('wallassets/themes/_global/img/logo-wallabag.svg') %}
11 {% if entry.previewPicture is not null %} 11 {% if entry.previewPicture is not null %}
12 {% set picturePath = entry.previewPicture %} 12 {% set picturePath = entry.previewPicture %}
13 {% endif %} 13 {% endif %}