fix "Posts" tab in /app

pull/24/head
Aevann1 2022-11-26 06:36:14 +02:00 committed by geese_suck
parent a4e0f0d624
commit cfe112e67d
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
<ul class="nav post-nav py-2">
<li class="nav-item">
<a class="nav-link {% if request.path.endswith('/posts') %} active{% endif %}" href="{{request.path.replace('/posts','/comments')}}">
<a class="nav-link {% if request.path.endswith('/posts') %} active{% endif %}" href="{{request.path.replace('/comments','/posts')}}">
<div>Posts</div>
</a>
</li>