Skip to content

Commit 4f5e6df

Browse files
committed
Add Open Graph Meta tags
1 parent 14b7440 commit 4f5e6df

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/assets/images/sun.png

2.91 KB
Loading

docs/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
</script>
1414

1515
<title>Learn You a Haskell for Great Good! (open-source)</title>
16-
<meta name="description" content="Hilarious, illustrated guide to Haskell functional language. Packed with artwork, pop culture references, and most importantly, useful example code, this guide teaches functional fundamentals in a way you never thought possible.">
16+
<meta name="description"
17+
content='An up-to-date community maintained version of the renowned "Learn You a Haskell" (LYAH) guide for Haskell.
18+
Packed with artwork, pop culture references, and most importantly, useful example code, this guide teaches functional fundamentals in a way you never thought possible.'>
1719
<meta name="keywords" content="computer science learn me a haskell learnyouahaskell haskell learning programming coding functional Learn You a Haskell for Great Good LYAH open source guide manual Miran Lipovaca wiki course teach">
1820
<link rel="canonical" href="https://learnyouahaskell.github.io/" />
1921
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
@@ -24,6 +26,13 @@
2426
<link rel="stylesheet" href="assets/css/style.css">
2527
<link rel="preload" as="image" href="assets/images/newsplash-new-short.webp">
2628
<link rel="preload" as="image" href="assets/images/newsplash-new-long.webp">
29+
30+
<meta property="og:title" content="Learn You a Haskell for Great Good! | A community version" />
31+
<meta property="og:url" content="https://learnyouahaskell.github.io/" />
32+
<meta property="og:description" content='An up-to-date community maintained version of the renowned "Learn You a Haskell" (LYAH) guide for Haskell. Packed with artwork, pop culture references, and most importantly, useful example code, this guide teaches functional fundamentals in a way you never thought possible.' />
33+
<meta property="og:type" content="website" />
34+
<meta property="og:image" content="https://stanislav.gq/assets/images/sun.png" />
35+
2736
<style type="text/css">
2837
body {
2938
padding-top: 10px;

0 commit comments

Comments
 (0)