We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc0e1f commit f33ba52Copy full SHA for f33ba52
_assets/img/og-square.png
15 KB
_includes/head.html
@@ -9,6 +9,10 @@
9
- reset
10
- main
11
{% endminibundle %}
12
+<meta property="og:title" content="{{ page.title }}">
13
+<meta property="og:type" content="website">
14
+<meta property="og:image" content="/{% ministamp { source_path: '_assets/img/og-square.png', destination_path: 'assets/img/og-square.png' } %}">
15
+<meta property="og:url" content="{{site.url}}{{page.url}}">
16
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.beh.uk/img/apple-touch-icon.png">
17
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.beh.uk/img/favicon-32x32.png">
18
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.beh.uk/img/favicon-16x16.png">
0 commit comments