hides user and posts when not logged in

This commit is contained in:
Mystikfluu
2022-06-02 22:24:13 +02:00
parent 98ea1c7e3a
commit 543c86072f
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
<body>
<ul class="navbar">
<li><a href="/">Home</a></li>
<li><a href="/user">Profile</a></li>
<li><a href="/posts">Posts</a></li>
<li><a href="/user" id="hide_user">Profile</a></li>
<li><a href="/posts" id="hide_posts">Posts</a></li>
</ul>
<header>
<h1>IPost</h1>