block robots
This commit is contained in:
parent
17fc7b7891
commit
ea1a686c3b
|
@ -17,6 +17,7 @@ site.loadAssets([
|
|||
".ttf",
|
||||
".otf",
|
||||
".js",
|
||||
".txt",
|
||||
]);
|
||||
|
||||
site.filter("title", (value = '') => value + (value ? " | " : "") + "MiOM");
|
||||
|
|
2
robots.txt
Normal file
2
robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
|
@ -9,6 +9,11 @@ html {
|
|||
|
||||
font-size: 7.3vw;
|
||||
line-height: 150%;
|
||||
background: white;
|
||||
}
|
||||
|
||||
body {
|
||||
background: white;
|
||||
}
|
||||
|
||||
a,
|
||||
|
|
Loading…
Reference in a new issue