We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb89957 commit 0ba69d4Copy full SHA for 0ba69d4
docs/template.html
@@ -18,7 +18,7 @@
18
<title>Advent of Code {{problem-id}} '{{problem-name}}'' in C# by encse</title>
19
20
<head>
21
- <meta property="og:title" content="Advent of Code {{problem-id}} '{{problem-name}}' in C# by encse<">
+ <meta property="og:title" content="Advent of Code {{problem-id}} '{{problem-name}}' in C# by encse">
22
<meta property="og:description" content="C# solution to the '{{problem-name}}' Advent of Code problem.">
23
<meta property="og:image" content="{{url}}/illustration.jpeg">
24
<meta property="og:url" content="{{url}}">
0 commit comments