Skip to content

Commit 88815d9

Browse files
ludgieConsolatis
authored andcommitted
fix: og:image doesn't support relative paths
1 parent 38e8bbe commit 88815d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template_pre.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Open Graph protocol -->
1010
<meta property="og:title" content="labwc" />
1111
<meta property="og:type" content="website" />
12-
<meta property="og:image" content="img/labwc2-with-text.png" />
12+
<meta property="og:image" content="https://labwc.github.io/img/labwc2-with-text.png" />
1313
<meta property="og:url" content="https://labwc.github.io" />
1414
<meta property="og:description" content="An Openbox inspired wlroots-based stacking Wayland compositor." />
1515
<style>

0 commit comments

Comments
 (0)