added noindex to template
This commit is contained in:
parent
7600301f61
commit
9ca125dab2
|
|
@ -10,6 +10,8 @@
|
|||
{{ site.description }}
|
||||
{% endif %}"
|
||||
/>
|
||||
<!-- NO SEARCH ENGINE INDEXING -->
|
||||
<meta name="robots" content="noindex" />
|
||||
<!-- STYLE SHEETS AND FAVICON -->
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
<link rel="icon" type="image/x-icon" href="/_media/favicon.png" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue