We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1ab4e commit 37366a5Copy full SHA for 37366a5
_layouts/default.html
@@ -14,6 +14,12 @@
14
rel="icon"
15
type="image/x-icon"
16
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">
23
</head>
24
<body>
25
<main class="container">
0 commit comments