Browse Source

Update recent_posts.html

Fixes #406
main
Mert Kasım İmran 3 years ago
committed by GitHub
parent
commit
3e5e9bdae5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/mod/recent_posts.html

2
templates/mod/recent_posts.html

@ -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>

Loading…
Cancel
Save