Skip to content

Commit b71c02a

Browse files
committed
Added twitter card
1 parent be2411f commit b71c02a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<link rel="stylesheet" href="web/default.min.css">
1111
<script src="web/highlight.min.js"></script>
1212
<script src="web/script.js"></script>
13+
<meta name="twitter:card" content="summary_large_image">
14+
<meta name="twitter:title" content="Comprehensive Python Cheatsheet">
15+
<meta name="twitter:description" content="Pythonic cheatsheet about Python programming language, covering almost all parts of Python 3 and also a few of the most useful third party libraries.">
16+
<meta name="twitter:image" content="https://gto76.github.io/python-cheatsheet/web/image_888.jpeg">
1317
</head>
1418

1519
<style>

0 commit comments

Comments
 (0)