Use middle dot instead of hyphen-minus in page title
This commit is contained in:
parent
2348d7c425
commit
11689fb627
@ -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')}}">
|
||||
|
Loading…
Reference in New Issue
Block a user