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