Skip to content

Commit f3dc8b3

Browse files
committed
Changed Twitter card
1 parent 3bef8fb commit f3dc8b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
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-
<meta name="twitter:card" content="summary">
12+
<meta name="twitter:card" content="summary_large_image">
1313
<meta name="twitter:title" content="Comprehensive Python Cheatsheet">
1414
<meta name="twitter:description" content="Exhaustive, simple, beautiful and concise. A truly pythonic cheat sheet about Python programming language.">
15-
<meta name="twitter:image" content="https://gto76.github.io/python-cheatsheet/web/image_twitter_card_2.jpeg">
15+
<meta name="twitter:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
1616
<meta name="google-site-verification" content="w3rvuG0D1kUm_w20qsJecSEZh59Am8jK4eSPVU83e_M" />
1717
<meta name="viewport" id="viewport-meta">
1818
</head>

web/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
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-
<meta name="twitter:card" content="summary">
12+
<meta name="twitter:card" content="summary_large_image">
1313
<meta name="twitter:title" content="Comprehensive Python Cheatsheet">
1414
<meta name="twitter:description" content="Exhaustive, simple, beautiful and concise. A truly pythonic cheat sheet about Python programming language.">
15-
<meta name="twitter:image" content="https://gto76.github.io/python-cheatsheet/web/image_twitter_card_2.jpeg">
15+
<meta name="twitter:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
1616
<meta name="google-site-verification" content="w3rvuG0D1kUm_w20qsJecSEZh59Am8jK4eSPVU83e_M" />
1717
<meta name="viewport" id="viewport-meta">
1818
</head>

0 commit comments

Comments
 (0)