mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Tell web crawlers to not index Paperless
This commit is contained in:
parent
2ccbb08c3f
commit
fc4e59ec00
@ -12,6 +12,7 @@
|
|||||||
<meta name="username" content="{{username}}">
|
<meta name="username" content="{{username}}">
|
||||||
<meta name="full_name" content="{{full_name}}">
|
<meta name="full_name" content="{{full_name}}">
|
||||||
<meta name="cookie_prefix" content="{{cookie_prefix}}">
|
<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="icon" type="image/x-icon" href="favicon.ico">
|
||||||
<link rel="manifest" href="{% static webmanifest %}">
|
<link rel="manifest" href="{% static webmanifest %}">
|
||||||
<link rel="stylesheet" href="{% static styles_css %}">
|
<link rel="stylesheet" href="{% static styles_css %}">
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
||||||
<meta name="generator" content="Jekyll v4.1.1">
|
<meta name="generator" content="Jekyll v4.1.1">
|
||||||
|
<meta name="robots" content="noindex,nofollow">
|
||||||
<title>{% translate "Paperless-ng signed out" %}</title>
|
<title>{% translate "Paperless-ng signed out" %}</title>
|
||||||
|
|
||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
||||||
<meta name="generator" content="Jekyll v4.1.1">
|
<meta name="generator" content="Jekyll v4.1.1">
|
||||||
|
<meta name="robots" content="noindex,nofollow">
|
||||||
|
|
||||||
<title>{% translate "Paperless-ng sign in" %}</title>
|
<title>{% translate "Paperless-ng sign in" %}</title>
|
||||||
|
|
||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user