deny robots via html meta

pull/15/head
JensDiemer 2020-10-26 08:50:26 +01:00
rodzic 9b70cb7622
commit 689cd92de3
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,7 @@
{% block extrahead %}{{ block.super }}
<meta name="google" content="notranslate">
<meta name="robots" content="noindex,nofollow" />
<link rel="stylesheet" type="text/css" href="{% static 'inventory.css' %}">
{% endblock %}