diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-10 16:09:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-10 16:09:52 +0200 |
commit | c99d90455bf2c3bac8a85cc0fdaf60134ae06cb4 (patch) | |
tree | 9c586754e2430c47779ece74857dfa1915de7375 | |
parent | 0ff674a9521ee3c659f727ca98a48bd200652f95 (diff) | |
parent | a2f42d8eaacaaa915034d08bf31504734c075721 (diff) | |
download | wallabag-c99d90455bf2c3bac8a85cc0fdaf60134ae06cb4.tar.gz wallabag-c99d90455bf2c3bac8a85cc0fdaf60134ae06cb4.tar.zst wallabag-c99d90455bf2c3bac8a85cc0fdaf60134ae06cb4.zip |
Merge pull request #2419 from wallabag/fix-twitter-cards
Fixed Twitter Cards by adding a description tag
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig | 1 |
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> |