Skip to content

Commit 5414f54

Browse files
committed
WIP
1 parent 4bc0e1f commit 5414f54

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

_assets/img/og-square.png

15 KB
Loading

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
url: https://www.beh.uk
12
language: "en-GB"
23
logo: "beh.svg"
34
permalink: /:year/:title

_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="{{ site.url }}/{% 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)