fix(archive): link should point to reader

This commit is contained in:
Silver Ghost 2022-10-25 14:42:26 +03:00
parent 168d40789b
commit 22fc879e5b
No known key found for this signature in database

View File

@ -8,7 +8,7 @@
<div class="post-preview"> <div class="post-preview">
<div class="d-flex justify-content-between"> <div class="d-flex justify-content-between">
<div class="p-2"> <div class="p-2">
<a href="{{ url.url }}"> <a href="{% url 'reader' url.id %}">
<h2 class="post-title">{{ url.title }}</h2> <h2 class="post-title">{{ url.title }}</h2>
</a> </a>
</div> </div>