Update recent_posts.html

Just an idea I had, to keep /recent/ updated as possible and we can hover it.
This commit is contained in:
Kashire 2017-01-10 16:07:43 -06:00 committed by GitHub
parent 743c3c0230
commit 6e9f39dfc8

View File

@ -1,3 +1,4 @@
<meta http-equiv="refresh" content="30" />
<script src="{{ config.additional_javascript_url }}js/mod/recent_posts.js"></script>
{% if not posts|count %}
<p style="text-align:center" class="unimportant">({% trans 'There are no active posts.' %})</p>