Disable contact link (for now), remove login link temporarily
This commit is contained in:
parent
4542dc9fc8
commit
1a70c15e98
1 changed files with 1 additions and 3 deletions
|
@ -5,14 +5,12 @@
|
|||
<a href="//git.diskfloppy.me/" title="cgit"><img src="/images/icons/nav/repo.png" alt="cgit"></a>
|
||||
<a href="/bookmarks/" title="Bookmarks"><img src="/images/icons/nav/bookmarks.png" alt="Bookmarks"></a>
|
||||
<a href="/guestbook/" title="Guestbook"><img src="/images/icons/nav/guestbook.png" alt="Guestbook"></a>
|
||||
<a href="/contact/" title="Contact"><img src="/images/icons/nav/mail.png" alt="Contact"></a>
|
||||
<!--<a href="/contact/" title="Contact"><img src="/images/icons/nav/mail.png" alt="Contact"></a>-->
|
||||
<a href="/weather/" title="Weather"><img src="/images/icons/nav/weather.png" alt="Weather"></a>
|
||||
<a href="/music/" title="Music"><img src="/images/icons/nav/music.png" alt="Music"></a>
|
||||
@if (auth()->check())
|
||||
<a href="/admin/">admin</a>
|
||||
({{ auth()->user()->name }}) <a href="/logout">logout</a>
|
||||
@else
|
||||
<a href="/login/" title="Login"><img src="/images/icons/nav/login.png" alt="Login"></a>
|
||||
@endif
|
||||
</div>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in a new issue