Skip to content

Commit 38e8bbe

Browse files
ludgiejohanmalm
authored andcommitted
add og:description and description
1 parent 5d368c3 commit 38e8bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/template_pre.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<head>
44
<title>labwc</title>
55
<meta charset="utf-8" />
6-
<meta name="description" content="labwc"/>
6+
<meta name="description" content="An Openbox inspired wlroots-based stacking Wayland compositor."/>
77
<meta name="viewport" content="width=device-width">
88
<link rel="icon" type="image/png" href="img/labwc.png">
99
<!-- Open Graph protocol -->
1010
<meta property="og:title" content="labwc" />
1111
<meta property="og:type" content="website" />
1212
<meta property="og:image" content="img/labwc2-with-text.png" />
1313
<meta property="og:url" content="https://labwc.github.io" />
14-
<meta property="og:description" content="labwc" />
14+
<meta property="og:description" content="An Openbox inspired wlroots-based stacking Wayland compositor." />
1515
<style>
1616
body {
1717
overflow-y: scroll;

0 commit comments

Comments
 (0)