diff --git a/templates/followers.html b/templates/followers.html index c01f880..6d31da2 100644 --- a/templates/followers.html +++ b/templates/followers.html @@ -7,6 +7,7 @@
{% include "header.html" %} +
{% for meta in followers_data %} {% set follower = meta.actor %} @@ -27,6 +28,7 @@ {{ utils.display_pagination(older_than, newer_than) }}
+
{% endblock %} {% block links %} diff --git a/templates/index.html b/templates/index.html index 527918d..7055199 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,7 +20,7 @@ {% include "header.html" %} -
+
{% for item in pinned %} {% if item.meta.pinned %}

@@ -62,7 +62,7 @@ {% endfor %} {{ utils.display_pagination(older_than, newer_than) }} -

+ {% endblock %} diff --git a/templates/layout.html b/templates/layout.html index 73b58ba..92e5958 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -46,9 +46,9 @@ {% endif %} -
+
{% block content %}{% endblock %} -
+