More template markup tweak

This commit is contained in:
Thomas Sileo
2019-09-08 14:54:47 +02:00
parent a0a756d320
commit f8adf01678
6 changed files with 12 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
<div id="container">
{% include "header.html" %}
<main>
<div id="followers">
{% for meta in followers_data %}
{% set follower = meta.actor %}
@@ -27,6 +28,7 @@
{{ utils.display_pagination(older_than, newer_than) }}
</div>
</main>
</div>
{% endblock %}
{% block links %}