1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-10-10 09:51:17 +02:00

fixed minor error with short title

This commit is contained in:
2024-04-15 05:16:50 +02:00
parent d7a8db3d77
commit a936fd5ee6
2 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
<div class="main-menu-dropdown">
<a href="{{ url_for('index') }}">
<img class="logo" src="{{ url_for('static', filename='graphics/logo.png') }}">
{{ title }}
{{ stitle }}
</a>
<input type="checkbox" id="main-menu-check">
<label for="main-menu-check" class="show-menu">&#9776;</label>