Skip to content

Commit 5d368c3

Browse files
ludgiejohanmalm
authored andcommitted
feat: implement og protocol meta tags
1 parent 9f5a62e commit 5d368c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/template_pre.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
<meta charset="utf-8" />
66
<meta name="description" content="labwc"/>
77
<meta name="viewport" content="width=device-width">
8+
<link rel="icon" type="image/png" href="img/labwc.png">
9+
<!-- Open Graph protocol -->
10+
<meta property="og:title" content="labwc" />
11+
<meta property="og:type" content="website" />
12+
<meta property="og:image" content="img/labwc2-with-text.png" />
13+
<meta property="og:url" content="https://labwc.github.io" />
14+
<meta property="og:description" content="labwc" />
815
<style>
916
body {
1017
overflow-y: scroll;

0 commit comments

Comments
 (0)