forked from rDrama/rDrama
1
0
Fork 0

fix navigation for posts inside holes

master
Aevann 2024-01-31 21:20:28 +02:00
parent 1ac79577ae
commit b4c54de162
1 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@
{% endif %}
{% endif %}
{% if request.path.startswith('/post/') and p %}
{% if p %}
<a class="post_navigation mobile-nav-icon d-md-none" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Next Post">
<i class="fas fa-arrow-right align-middle text-gray-500 black"></i>
</a>
@ -255,7 +255,7 @@
</li>
{% endif %}
{% if request.path.startswith('/post/') and p %}
{% if p %}
<li class="d-none nav-item d-flex align-items-center text-center justify-content-center mx-1">
<a class="post_navigation nav-link" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Next Post">
<i class="fas fa-arrow-right"></i>