fix: Page title was wrong

pull/42/head
Raphaël Vinot 2019-05-02 15:31:25 +02:00
parent d32395405a
commit 2e60c3a95f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='tree.css') }}">
{% endblock %}
<title>Your page title</title>
<title>Lookyloo</title>
{% endblock %}
</head>
<body>