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:33:46 UTC

[royale-docs] branch master updated: fix twtter 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 b8cccbe  fix twtter card
b8cccbe is described below

commit b8cccbebe6dd27af4d2eb7fc97db76729c5edc8c
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri May 31 18:33:40 2019 +0200

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

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 55fbf17..5799663 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -47,7 +47,7 @@ limitations under the License.
 <meta name="twitter:image_secure_url" content="https://royale.codeoscopic.com/wp-content/uploads/2019/05/apache-royale-docs.jpg">
 <meta name="twitter:title" content="{{ page.title }}"">
 <meta name="twitter:description" content="{{ page.description }}">
-<meta name="twitter:card" content="{{ page.description }}">
+<meta name="twitter:card" content="{{ page.title }}">
 <meta name="twitter:url" content="{{ page.url | absolute_url }}">
 <meta name="twitter:site" content="@ApacheRoyale">
 <meta name="twitter:creator" content="@ApacheRoyale">