More template markup tweak
This commit is contained in:
parent
a0a756d320
commit
f8adf01678
6 changed files with 12 additions and 6 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue