fix(archive): link should point to reader

This commit is contained in:
2022-10-25 14:42:26 +03:00
parent 168d40789b
commit 22fc879e5b

View File

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