Skip to content

Commit

Permalink
Add <meta> tag reflecting settings.HOSTNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
bctiemann authored and jeremystretch committed Jan 29, 2025
1 parent 9ac79eb commit 5cd7c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/templates/base/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<meta charset="UTF-8" />
<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="hostname" content="{{ settings.HOSTNAME }}" />

{# Page title #}
<title>{% block title %}{% trans "Home" %}{% endblock %} | NetBox</title>
Expand Down

0 comments on commit 5cd7c6d

Please sign in to comment.