mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-04-04 14:36:18 +00:00
Add robots meta tag to prevent indexing and archiving of pages
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{% load i18n %}
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noindex, noarchive">
|
||||
<title>{% if page_title %}{{ page_title }} | {% endif %}wireguard-webadmin</title>
|
||||
|
||||
<!-- Google Font: Source Sans Pro -->
|
||||
|
||||
Reference in New Issue
Block a user