fix titles
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='simple.css') }}">
|
||||
{% if title %}
|
||||
<title>{{ title }} - Page</title>
|
||||
<title>{{ title }}</title>
|
||||
{% else %}
|
||||
<title>oily</title>
|
||||
<title>oily page</title>
|
||||
{% endif %}
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user