mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Add <meta> tag reflecting settings.HOSTNAME
This commit is contained in:
parent
9ac79ebbdf
commit
5cd7c6d167
@ -17,6 +17,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=5, width=device-width, viewport-fit=cover" />
|
<meta name="viewport" content="initial-scale=1, maximum-scale=5, width=device-width, viewport-fit=cover" />
|
||||||
<meta name="htmx-config" content='{"scrollBehavior": "auto"}'>
|
<meta name="htmx-config" content='{"scrollBehavior": "auto"}'>
|
||||||
|
<meta name="hostname" content="{{ settings.HOSTNAME }}" />
|
||||||
|
|
||||||
{# Page title #}
|
{# Page title #}
|
||||||
<title>{% block title %}{% trans "Home" %}{% endblock %} | NetBox</title>
|
<title>{% block title %}{% trans "Home" %}{% endblock %} | NetBox</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user