aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/common
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-10 16:05:06 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-10 16:05:06 +0200
commita2f42d8eaacaaa915034d08bf31504734c075721 (patch)
tree9c586754e2430c47779ece74857dfa1915de7375 /src/Wallabag/CoreBundle/Resources/views/themes/common
parent0ff674a9521ee3c659f727ca98a48bd200652f95 (diff)
downloadwallabag-a2f42d8eaacaaa915034d08bf31504734c075721.tar.gz
wallabag-a2f42d8eaacaaa915034d08bf31504734c075721.tar.zst
wallabag-a2f42d8eaacaaa915034d08bf31504734c075721.zip
Fixed Twitter Cards by adding a description tag
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig1
1 files changed, 1 insertions, 0 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 b50226ef..804adb36 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
@@ -39,6 +39,7 @@
39 <meta name="twitter:image" content="{{ picturePath }}" /> 39 <meta name="twitter:image" content="{{ picturePath }}" />
40 <meta name="twitter:site" content="@wallabagapp" /> 40 <meta name="twitter:site" content="@wallabagapp" />
41 <meta name="twitter:title" content="{{ entry.title | raw }}" /> 41 <meta name="twitter:title" content="{{ entry.title | raw }}" />
42 <meta name="twitter:description" content="{{ entry.title | raw }}" />
42 </head> 43 </head>
43 <body> 44 <body>
44 <header> 45 <header>