Skip to content

Commit 9b8c99d

Browse files
committed
robots do index
1 parent ce4c027 commit 9b8c99d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<html lang="en">
55
<head>
66
<meta charset="utf-8">
7+
<meta name="robots" content="noindex">
78
<title>{{ page.title }}</title>
89
<link href="{{ 'assets/css/style.css' | relative_url }}" rel="stylesheet">
910
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">

_layouts/home.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>{{ page.title }}</title>
6+
<meta name="robots" content="noindex">
67
<link href="{{ 'assets/css/style.css' | relative_url }}" rel="stylesheet">
78
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
89
</head>

0 commit comments

Comments
 (0)