aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2018-07-11 21:51:52 +0200
committerSimounet <contact@simounet.net>2018-07-11 21:51:52 +0200
commit4c78612eb47b235bc75a90d0aa7df51d654be0c7 (patch)
tree1cde815e68893b123bdaca005f1517ba3feb4f03 /src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig
parent2fdd512488fb8987d34af0be71714faacc832048 (diff)
downloadwallabag-4c78612eb47b235bc75a90d0aa7df51d654be0c7.tar.gz
wallabag-4c78612eb47b235bc75a90d0aa7df51d654be0c7.tar.zst
wallabag-4c78612eb47b235bc75a90d0aa7df51d654be0c7.zip
wallabag logo with typo replaced by an SVG one
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 %}