You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/05/31 16:42:07 UTC

[royale-docs] branch master updated: fix card

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c62ef2  fix card
0c62ef2 is described below

commit 0c62ef2ca2b3a03d580da862996544f0307a871c
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri May 31 18:42:00 2019 +0200

    fix card
---
 _layouts/docpage.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 1d9d562..b547fdd 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -45,7 +45,7 @@ limitations under the License.
 <meta property="article:publisher" content="//www.facebook.com/Apache-Royale-249305752259661/">
 
 <meta property="twitter:image" content="https://royale.codeoscopic.com/wp-content/uploads/2019/05/apache-royale-docs.jpg">
-<meta property="twitter:card" content="{{ page.title }}">
+<meta property="twitter:card" content="summary_large_image">
 <meta property="twitter:title" content="{{ page.title }}">
 <meta property="twitter:description" content="{{ page.description }}">
 <meta property="twitter:url" content="{{ page.url | absolute_url }}">