Skip to content

Commit 41c4c42

Browse files
committed
OG
1 parent 8ad161a commit 41c4c42

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

src/2015/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<title>Advent Of Code: 2015</title>
55
<link rel="stylesheet" type="text/css" href="../style.css?" />
66
<link rel="shortcut icon" href="../favicon.png"/>
7+
<meta property="og:image" content="https://www.joshthompson.co.uk/adventofcode/og.png" />
8+
<meta property="og:image:width" content="1200" />
9+
<meta property="og:image:height" content="630" />
10+
<meta property="og:image:alt" content="ASCII Art Tree with title Josh's Advent of Code" />
711
</head>
812
<body>
913

src/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<title>Advent Of Code: 2017</title>
55
<link rel="stylesheet" type="text/css" href="./style.css?" />
66
<link rel="shortcut icon" href="./favicon.png"/>
7+
<meta property="og:image" content="https://www.joshthompson.co.uk/adventofcode/og.png" />
8+
<meta property="og:image:width" content="1200" />
9+
<meta property="og:image:height" content="630" />
10+
<meta property="og:image:alt" content="ASCII Art Tree with title Josh's Advent of Code" />
711
</head>
812
<body>
913

src/og.png

71.4 KB
Loading

0 commit comments

Comments
 (0)