|
@@ -3,7 +3,7 @@
|
|
|
<head>
|
|
|
<meta charset="utf-8" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
- <meta name="robots" content="index, follow" />
|
|
|
+ <meta name="robots" content="noindex, nofollow" />
|
|
|
<link rel="stylesheet" href="{{ url_for('static', path='css/main.css') }}" />
|
|
|
<link rel="icon" type="image/png" href="{{ url_for('static', path='img/favicon.png') }}" />
|
|
|
<title>{{ site_title }}</title>
|