Skip to content

Commit 9b9840e

Browse files
committed
Updated webpage metadata
1 parent 3f03965 commit 9b9840e

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,24 @@
99
<link rel="icon" href="web/favicon.png">
1010
<link rel="stylesheet" href="web/default.min.css">
1111
<link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
12+
1213
<meta name="twitter:card" content="summary_large_image">
1314
<meta name="twitter:title" content="Comprehensive Python Cheatsheet">
1415
<meta name="twitter:description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
1516
<meta name="twitter:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
17+
18+
<meta property="og:url" content="https://gto76.github.io/python-cheatsheet/">
19+
<meta property="og:title" content="Comprehensive Python Cheatsheet">
20+
<meta property="og:description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
21+
<meta property="og:site_name" content="gto76.github.io">
22+
<meta property="og:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
23+
24+
<meta itemprop="url" content="https://gto76.github.io/python-cheatsheet/">
1625
<meta itemprop="name" content="Comprehensive Python Cheatsheet">
1726
<meta itemprop="description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
1827
<meta itemprop="image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
19-
<meta name="google-site-verification" content="w3rvuG0D1kUm_w20qsJecSEZh59Am8jK4eSPVU83e_M" />
28+
29+
<meta name="google-site-verification" content="w3rvuG0D1kUm_w20qsJecSEZh59Am8jK4eSPVU83e_M">
2030
<meta name="viewport" id="viewport-meta">
2131
</head>
2232

@@ -3004,4 +3014,5 @@
30043014
<script src="web/covid_deaths.js"></script>
30053015
<script src="web/covid_cases.js"></script>
30063016
</body>
3017+
30073018
</html>

web/template.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,24 @@
99
<link rel="icon" href="web/favicon.png">
1010
<link rel="stylesheet" href="web/default.min.css">
1111
<link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
12+
1213
<meta name="twitter:card" content="summary_large_image">
1314
<meta name="twitter:title" content="Comprehensive Python Cheatsheet">
1415
<meta name="twitter:description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
1516
<meta name="twitter:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
17+
18+
<meta property="og:url" content="https://gto76.github.io/python-cheatsheet/">
19+
<meta property="og:title" content="Comprehensive Python Cheatsheet">
20+
<meta property="og:description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
21+
<meta property="og:site_name" content="gto76.github.io">
22+
<meta property="og:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
23+
24+
<meta itemprop="url" content="https://gto76.github.io/python-cheatsheet/">
1625
<meta itemprop="name" content="Comprehensive Python Cheatsheet">
1726
<meta itemprop="description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
1827
<meta itemprop="image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
19-
<meta name="google-site-verification" content="w3rvuG0D1kUm_w20qsJecSEZh59Am8jK4eSPVU83e_M" />
28+
29+
<meta name="google-site-verification" content="w3rvuG0D1kUm_w20qsJecSEZh59Am8jK4eSPVU83e_M">
2030
<meta name="viewport" id="viewport-meta">
2131
</head>
2232

@@ -235,4 +245,5 @@
235245
<script src="web/covid_deaths.js"></script>
236246
<script src="web/covid_cases.js"></script>
237247
</body>
248+
238249
</html>

0 commit comments

Comments
 (0)