1
0
forked from finn/site

fix titles

This commit is contained in:
2024-08-08 18:28:57 +00:00
parent 71f8ff967c
commit bcec5d05c8
2 changed files with 9 additions and 9 deletions

View File

@ -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>