Update recent_posts.html

Fixes #406
This commit is contained in:
Mert Kasım İmran 2021-02-20 20:11:35 +03:00 committed by GitHub
parent 3242e28b19
commit 3e5e9bdae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,4 @@
</div>
{% endfor %}
{% endif %}
<a href="/mod.php?/recent/{{ limit|e }}&amp;last={{ last_time|e }}">Next {{ limit }} posts</a>
<a href="{{ config.root }}mod.php?/recent/{{ limit|e }}&amp;last={{ last_time|e }}">Next {{ limit }} posts</a>