Z-order fixes
This commit is contained in:
parent
97e799fd52
commit
eff21622f4
2 changed files with 78 additions and 10 deletions
|
|
@ -8,7 +8,9 @@ identical everywhere while its items differ per service. Same for the footer's
|
|||
position. Fill `navbar_items` and `navbar_tools`; change nothing else.
|
||||
|
||||
Blocks a service normally fills:
|
||||
title, meta_description, meta_keywords the head
|
||||
title the page, in sentence case ("Data sources", not "Data Sources")
|
||||
title_suffix the service, the same on every page ("YKSA TDAS")
|
||||
meta_description, meta_keywords the rest of the head
|
||||
brand_url where the logo links
|
||||
navbar_items the left-hand <li> list
|
||||
navbar_tools extra right-hand items (auth, duty)
|
||||
|
|
@ -26,9 +28,7 @@ Blocks a service normally fills:
|
|||
<meta name="keywords"
|
||||
content="{% block meta_keywords %}YKSA, TMTC{% endblock meta_keywords %}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>
|
||||
{% block title %}{% trans "YKSA" %}{% endblock title %}
|
||||
— {% block title_suffix %}YKSA{% endblock title_suffix %}</title>
|
||||
<title>{% block title %}{% trans "YKSA" %}{% endblock title %} — {% block title_suffix %}YKSA{% endblock title_suffix %}</title>
|
||||
<link rel="stylesheet" href="{% static 'yksa/css/bootstrap.min.css' %}">
|
||||
{% comment %}
|
||||
Icons load here, not per page. Loading them in extra_head is why icons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue