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 ef529c5 fix twitter metas
ef529c5 is described below
commit ef529c58291ef874015e08d5637f2763cf05cb57
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri May 31 18:36:13 2019 +0200
fix twitter metas
---
_layouts/docpage.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 5799663..95451d3 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -45,9 +45,9 @@ limitations under the License.
<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:title" content="{{ page.title }}"">
-<meta name="twitter:description" content="{{ page.description }}">
<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">