Skip to content

Commit 37366a5

Browse files
committed
Add OG metadata
1 parent 1f1ab4e commit 37366a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_layouts/default.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
rel="icon"
1515
type="image/x-icon"
1616
href="https://raw.githubusercontent.com/helsinki-python/logo/main/HelPy-200.png">
17+
<meta property="og:title" content="{{ page.title }}">
18+
<meta property="og:type" content="website">
19+
<meta property="og:image" content="https://raw.githubusercontent.com/helsinki-python/logo/main/HelPy-200.png">
20+
<meta property="og:image:alt" content="Helsinki Python logo">
21+
<meta property="og:image:width" content="200">
22+
<meta property="og:image:height" content="203">
1723
</head>
1824
<body>
1925
<main class="container">

0 commit comments

Comments
 (0)