upd: index

- simplified link to return home if logged in
This commit is contained in:
2025-08-11 12:59:21 -04:00
parent 3fdb7d4e09
commit abd2d93c90

View File

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