[devdocsgjs/main: 1687/1867] Twitter card meta tags
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 1687/1867] Twitter card meta tags
- Date: Fri, 19 Nov 2021 23:48:15 +0000 (UTC)
commit 5d966ea05834ac3976ab8391875ed007132e780e
Author: Simon Legner <Simon Legner gmail com>
Date: Mon May 31 21:34:34 2021 +0200
Twitter card meta tags
Fixes #1527.
views/index.erb | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/views/index.erb b/views/index.erb
index ce0cb887..428dc705 100644
--- a/views/index.erb
+++ b/views/index.erb
@@ -10,6 +10,11 @@
<meta property="og:type" content="website">
<meta property="og:url" content="<%= canonical_origin %>">
<meta property="og:image" content="/images/icon-320.png">
+ <meta property="twitter:title" content="DevDocs API Documentation">
+ <meta property="twitter:description" content="Fast, offline, and free documentation browser for
developers. Search 100+ docs in one web app: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++…">
+ <meta property="twitter:card" content="summary_large_image">
+ <meta property="twitter:url" content="<%= canonical_origin %>">
+ <meta property="twitter:image" content="/images/icon-320.png">
<meta name="apple-mobile-web-app-title" content="DevDocs">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]