summaryrefslogtreecommitdiffstats
path: root/templates/activities/local.html
diff options
context:
space:
mode:
authorMichael Manfre2022-12-07 11:12:43 -0500
committerGitHub2022-12-07 09:12:43 -0700
commit25b8bf6a2e5cdbf921ca8ba4a994f57c1c859844 (patch)
treed33ed6a8a1d06c42dc197ab43f9beccf8f43e89f /templates/activities/local.html
parent7413dab0520b68bfb7d96805b44cc3e384113aec (diff)
downloadtakahe-25b8bf6a2e5cdbf921ca8ba4a994f57c1c859844.tar.gz
takahe-25b8bf6a2e5cdbf921ca8ba4a994f57c1c859844.tar.bz2
takahe-25b8bf6a2e5cdbf921ca8ba4a994f57c1c859844.zip
Keyboard navigation
Diffstat (limited to 'templates/activities/local.html')
-rw-r--r--templates/activities/local.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/local.html b/templates/activities/local.html
index b6f246e..c03b0c0 100644
--- a/templates/activities/local.html
+++ b/templates/activities/local.html
@@ -4,7 +4,7 @@
{% block content %}
{% for post in page_obj %}
- {% include "activities/_post.html" %}
+ {% include "activities/_post.html" with feedindex=forloop.counter %}
{% empty %}
No posts yet.
{% endfor %}