From dee9f398977c201f002a82961d1eb9a37793573e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= <sornjure@gmail.com> Date: Fri, 18 Oct 2024 00:02:35 +0200 Subject: [PATCH] Updated meta tags --- index.html | 5 +++-- web/template.html | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 325a512..980a8f8 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,7 @@ <meta property="og:description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language."> <meta property="og:site_name" content="gto76.github.io"> <meta property="og:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_4.png"> + <meta property="og:type" content="article"> <meta itemprop="url" content="https://gto76.github.io/python-cheatsheet/"> <meta itemprop="name" content="Comprehensive Python Cheatsheet"> @@ -54,7 +55,7 @@ <body> <header> - <aside>October 17, 2024</aside> + <aside>October 18, 2024</aside> <a href="https://gto76.github.io" rel="author">Jure Šorn</a> </header> @@ -2926,7 +2927,7 @@ $ deactivate <span class="hljs-comment"># Deactivates the active <footer> - <aside>October 17, 2024</aside> + <aside>October 18, 2024</aside> <a href="https://gto76.github.io" rel="author">Jure Šorn</a> </footer> diff --git a/web/template.html b/web/template.html index 0d67579..ed249d9 100644 --- a/web/template.html +++ b/web/template.html @@ -42,6 +42,7 @@ <meta property="og:description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language."> <meta property="og:site_name" content="gto76.github.io"> <meta property="og:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_4.png"> + <meta property="og:type" content="article"> <meta itemprop="url" content="https://gto76.github.io/python-cheatsheet/"> <meta itemprop="name" content="Comprehensive Python Cheatsheet">