Skip to content

Commit 8d47cdb

Browse files
committed
adding metadata for social media
1 parent 79756e3 commit 8d47cdb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@
1717
<meta content="width=device-width, initial-scale=1.0" name="viewport">
1818

1919
<title>Learn Python with Jupyter</title>
20-
<meta content="Learn Python with Jupyter. The book that develops computational thinking, explains syntax, and has plenty of exercises. With Jupyter Notebooks and GitHub community" name="description">
21-
<meta content="Learn Python with Jupyter. The book that develops computational thinking, explains syntax, and has plenty of exercises. With Jupyter Notebooks and GitHub community" name="keywords">
20+
<meta content="Learn Python with Jupyter. The book that develops computational thinking, explains syntax, and contains exercises. With free Jupyter Notebooks and a GitHub community" name="description">
21+
<meta content="Learn Python with Jupyter. The book that develops computational thinking, explains syntax, and contains exercises. With free Jupyter Notebooks and a GitHub community" name="keywords">
22+
23+
<meta property="og:title" content="Learn Python with Jupyter">
24+
<meta property="og:description" content="Learn Python with Jupyter. The book that develops computational thinking, explains syntax, and contains plenty of exercises. With free Jupyter Notebooks and a GitHub community">
25+
<meta property="og:image" content="https://www.learnpythonwithjupyter.com/assets/img/favicon.png">
26+
<meta property="og:url" content="https://www.learnpythonwithjupyter.com/">
27+
<meta property="og:type" content="website">
28+
2229

2330
<!-- Favicons -->
2431
<link href="assets/img/favicon.png" rel="icon">

0 commit comments

Comments
 (0)