Moved cms toolbar before title tag

This commit is contained in:
PCoder 2017-08-26 20:46:51 +05:30
parent 0ee0d96e0f
commit 0be3266ed3

View file

@ -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" %}