mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-16 12:38:17 -06:00
Added meta tag for description and keywords
This commit is contained in:
parent
244c07e5f7
commit
1a1499fb89
@ -13,6 +13,11 @@
|
|||||||
<link rel="icon" type="image/png" href="{% static 'img/netbox.ico' %}" />
|
<link rel="icon" type="image/png" href="{% static 'img/netbox.ico' %}" />
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
|
||||||
|
<meta name="description" content="NetBox" />
|
||||||
|
<meta
|
||||||
|
name="Keywords"
|
||||||
|
content="Netbox,DigitalOcean,IPAM,DCIM,"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include 'inc/nav_menu.html' %}
|
{% include 'inc/nav_menu.html' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user