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:40:26 UTC

[royale-docs] branch master updated: more fix for twitter

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 c259a22  more fix for twitter
c259a22 is described below

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

    more fix for twitter
---
 _layouts/docpage.html | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 95451d3..1d9d562 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -43,14 +43,15 @@ limitations under the License.
 <meta property="og:url" content="{{ page.url | absolute_url }}">
 <meta property="og:site_name" content="Apache Royaleâ„¢">
 <meta property="article:publisher" content="//www.facebook.com/Apache-Royale-249305752259661/">
-<meta name="twitter:image" content="https://royale.codeoscopic.com/wp-content/uploads/2019/05/apache-royale-docs.jpg">
-<meta name="twitter:image_secure_url" content="https://royale.codeoscopic.com/wp-content/uploads/2019/05/apache-royale-docs.jpg">
-<meta name="twitter:card" content="{{ page.title }}">
-<meta name="twitter:title" content="{{ page.title }}">
-<meta name="twitter:description" content="{{ page.description }}">
-<meta name="twitter:url" content="{{ page.url | absolute_url }}">
-<meta name="twitter:site" content="@ApacheRoyale">
-<meta name="twitter:creator" content="@ApacheRoyale">
+
+<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:title" content="{{ page.title }}">
+<meta property="twitter:description" content="{{ page.description }}">
+<meta property="twitter:url" content="{{ page.url | absolute_url }}">
+<meta property="twitter:site" content="@ApacheRoyale">
+<meta property="twitter:creator" content="@ApacheRoyale">
+
 <base href="{{ site.baseurl }}/" />
 <title>{{page.title}}</title>
 </head>