upd: index
- simplified link to return home if logged in
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user