aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/views/index.html')
-rw-r--r--src/main/resources/templates/views/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/resources/templates/views/index.html b/src/main/resources/templates/views/index.html
index e85a3aa1..acb4685a 100644
--- a/src/main/resources/templates/views/index.html
+++ b/src/main/resources/templates/views/index.html
@@ -4,9 +4,7 @@
{% if noindex %}
<!--noindex-->
{% endif %}
-{% for msg in msgs %}
-{% include "views/partial/message" %}
-{% endfor %}
+<div id="feed">...</div>
{% if nextpage | default('') is not empty %}
<p class="page"><a href="{{ nextpage | raw }}" rel="prev">{{ i18n("messages","messages.next") }} →</a></p>
{% endif %}