better html title building

This commit is contained in:
Simon 2024-03-08 16:26:59 +01:00
parent b964a344e8
commit 34d9124f7e
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% if title %}
<title>AQI - {{ title }}</title>
<title>LPB Air - {{ title }}</title>
{% else %}
<title>AQI</title>
<title>Luang Prabang Air Quality</title>
{% endif %}
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<script src="{{ url_for('static', filename='js/lightbox.js') }}"></script>