added noindex to template

This commit is contained in:
Arian Furrer 2025-04-01 21:37:54 +02:00
parent 7600301f61
commit 9ca125dab2
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
{{ site.description }} {{ site.description }}
{% endif %}" {% endif %}"
/> />
<!-- NO SEARCH ENGINE INDEXING -->
<meta name="robots" content="noindex" />
<!-- STYLE SHEETS AND FAVICON --> <!-- STYLE SHEETS AND FAVICON -->
<link href="/style.css" rel="stylesheet" /> <link href="/style.css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="/_media/favicon.png" /> <link rel="icon" type="image/x-icon" href="/_media/favicon.png" />