Skip to content

Commit 0ba69d4

Browse files
committed
remove an unnecessary "<"
1 parent fb89957 commit 0ba69d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<title>Advent of Code {{problem-id}} '{{problem-name}}'' in C# by encse</title>
1919

2020
<head>
21-
<meta property="og:title" content="Advent of Code {{problem-id}} '{{problem-name}}' in C# by encse<">
21+
<meta property="og:title" content="Advent of Code {{problem-id}} '{{problem-name}}' in C# by encse">
2222
<meta property="og:description" content="C# solution to the '{{problem-name}}' Advent of Code problem.">
2323
<meta property="og:image" content="{{url}}/illustration.jpeg">
2424
<meta property="og:url" content="{{url}}">

0 commit comments

Comments
 (0)