Z-order fixes

This commit is contained in:
ThePetrovich 2026-08-18 13:44:37 +08:00
parent 97e799fd52
commit eff21622f4
2 changed files with 78 additions and 10 deletions

View file

@ -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 %}
&mdash; {% block title_suffix %}YKSA{% endblock title_suffix %}</title>
<title>{% block title %}{% trans "YKSA" %}{% endblock title %} &mdash; {% 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