Use middle dot instead of hyphen-minus in page title

This commit is contained in:
Kiril Kovachev 2024-10-16 11:55:18 +01:00
parent 2348d7c425
commit 11689fb627

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>{% block title %}{% endblock %} - {{ localize("kanken_online") }}</title>
<title>{% block title %}{% endblock %} {{ localize("kanken_online") }}</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
{% if session %}
<link rel="stylesheet" href="{{ url_for('static', filename='dark_theme.css') if session['theme'] == 'dark' else url_for('static', filename='light_theme.css')}}">