Skip to content

Commit f33ba52

Browse files
committed
WIP
1 parent 4bc0e1f commit f33ba52

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_assets/img/og-square.png

15 KB
Loading

_includes/head.html

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
- reset
1010
- main
1111
{% 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}}">
1216
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.beh.uk/img/apple-touch-icon.png">
1317
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.beh.uk/img/favicon-32x32.png">
1418
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.beh.uk/img/favicon-16x16.png">

0 commit comments

Comments
 (0)