Browse Source

Changed twitter summary card

pull/10/head
Jure Šorn 5 years ago
parent
commit
c59a0eec1d
1 changed files with 1 additions and 1 deletions
  1. 2
      index.html

2
index.html

@ -11,7 +11,7 @@
<link rel="stylesheet" href="web/default.min.css">
<script src="web/highlight.min.js"></script>
<script src="web/script.js"></script>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Comprehensive Python Cheatsheet">
<meta name="twitter:description" content="Exhaustive, simple, beautiful and concise. A truly pythonic cheat sheet about Python programming language.">
<meta name="twitter:image" content="https://gto76.github.io/python-cheatsheet/web/image_twitter_card_2.jpeg">

Loading…
Cancel
Save