Moved cms toolbar before title tag
This commit is contained in:
parent
0ee0d96e0f
commit
0be3266ed3
1 changed files with 4 additions and 4 deletions
|
@ -10,9 +10,10 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Data Center Light by ungleich">
|
||||
<meta name="author" content="ungleich GmbH">
|
||||
|
||||
<title>Data Center Light -
|
||||
{% block title %}VM hosting made in Switzerland{% endblock %}</title>
|
||||
{% cms_toolbar %}
|
||||
<title>
|
||||
{% block title %}{% page_attribute page_title %}{% endblock %}
|
||||
</title>
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="{% static 'datacenterlight/css/bootstrap.min.css' %}" rel="stylesheet">
|
||||
|
||||
|
@ -41,7 +42,6 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
{% cms_toolbar %}
|
||||
<!-- Navigation -->
|
||||
{% include "datacenterlight/includes/_navbar.html" %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue