]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixed Twitter Cards by adding a description tag 2419/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 10 Oct 2016 14:05:06 +0000 (16:05 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 10 Oct 2016 14:05:06 +0000 (16:05 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig

index b50226ef16e5166d536fcfe49d60cf8a14707ff3..804adb36283a643c799c6cb9b9106f6dd6990856 100644 (file)
@@ -39,6 +39,7 @@
         <meta name="twitter:image" content="{{ picturePath }}" />
         <meta name="twitter:site" content="@wallabagapp" />
         <meta name="twitter:title" content="{{ entry.title | raw }}" />
+        <meta name="twitter:description" content="{{ entry.title | raw }}" />
     </head>
     <body>
         <header>