Release 1.1 #18

Merged
ryan merged 92 commits from 1.1 into main 2025-10-10 23:32:42 -04:00
Showing only changes of commit abd2d93c90 - Show all commits

View File

@@ -24,15 +24,9 @@
<div id='main'>
<div class='inner'>
<header id="header">
{% if app.user %}
<a href='/home' class='logo'>
<a href='/{% if app.user %}home{% endif %}' class='logo'>
<img src='{{ asset('images/vecteezy_notes-icon-in-trendy-flat-style-isolated-on-white_29722382.jpg') }}' style='width:60px;'/>
</a>
{% else %}
<a href="/" class="logo">
<img src=' {{ asset('images/vecteezy_notes-icon-in-trendy-flat-style-isolated-on-white_29722382.jpg') }}' style='width:60px;'/>
</a>
{% endif %}
</header>
<!-- Banner -->