Tell web crawlers to not index Paperless

This commit is contained in:
Carl Mercier
2021-05-07 14:02:11 -04:00
parent 2ccbb08c3f
commit fc4e59ec00
3 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
<meta name="username" content="{{username}}">
<meta name="full_name" content="{{full_name}}">
<meta name="cookie_prefix" content="{{cookie_prefix}}">
<meta name="robots" content="noindex,nofollow">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="manifest" href="{% static webmanifest %}">
<link rel="stylesheet" href="{% static styles_css %}">