Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f03965

Browse files
committed
Updated webpage metadata
1 parent 2fb67a9 commit 3f03965

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
77
<title>Comprehensive Python Cheatsheet</title>
8-
<meta name="description" content="Exhaustive, simple, beautiful and concise. A truly pythonic cheat sheet about Python programming language.">
8+
<meta name="description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
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">
1212
<meta name="twitter:card" content="summary_large_image">
1313
<meta name="twitter:title" content="Comprehensive Python Cheatsheet">
14-
<meta name="twitter:description" content="Exhaustive, simple, beautiful and concise. A truly pythonic cheat sheet about Python programming language.">
14+
<meta name="twitter:description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
1515
<meta name="twitter:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
16+
<meta itemprop="name" content="Comprehensive Python Cheatsheet">
17+
<meta itemprop="description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
18+
<meta itemprop="image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
1619
<meta name="google-site-verification" content="w3rvuG0D1kUm_w20qsJecSEZh59Am8jK4eSPVU83e_M" />
1720
<meta name="viewport" id="viewport-meta">
1821
</head>

web/template.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
77
<title>Comprehensive Python Cheatsheet</title>
8-
<meta name="description" content="Exhaustive, simple, beautiful and concise. A truly pythonic cheat sheet about Python programming language.">
8+
<meta name="description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
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">
1212
<meta name="twitter:card" content="summary_large_image">
1313
<meta name="twitter:title" content="Comprehensive Python Cheatsheet">
14-
<meta name="twitter:description" content="Exhaustive, simple, beautiful and concise. A truly pythonic cheat sheet about Python programming language.">
14+
<meta name="twitter:description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
1515
<meta name="twitter:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
16+
<meta itemprop="name" content="Comprehensive Python Cheatsheet">
17+
<meta itemprop="description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
18+
<meta itemprop="image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
1619
<meta name="google-site-verification" content="w3rvuG0D1kUm_w20qsJecSEZh59Am8jK4eSPVU83e_M" />
1720
<meta name="viewport" id="viewport-meta">
1821
</head>

0 commit comments

Comments
 (0)