Skip to content

Commit 997289e

Browse files
chore: create robots.txt (#14)
1 parent fe5aca7 commit 997289e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/meta.html

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

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

67
<meta name="theme-color" content="#241f31"/>
@@ -29,4 +30,4 @@
2930

3031
<link rel="stylesheet" href="/assets/main.css"/>
3132

32-
<link rel="manifest" href="/assets/manifest.webmanifest" />
33+
<link rel="manifest" href="/assets/manifest.webmanifest" />

0 commit comments

Comments
 (0)