Skip to content

Commit 4598369

Browse files
authored
fix: robots meta tag syntax (#15)
1 parent 997289e commit 4598369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/meta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<meta charset="utf-8"/>
22

33
<title>{{ page.title }}</title>
4-
<meta name='robots' content='noindex,nofollow' />
4+
<meta name="robots" content="noindex, nofollow" />
55
<meta name="description" content="{{ page.description }}"/>
66

77
<meta name="theme-color" content="#241f31"/>

0 commit comments

Comments
 (0)