diff options
author | Michael Manfre | 2022-12-07 11:12:43 -0500 |
---|---|---|
committer | GitHub | 2022-12-07 09:12:43 -0700 |
commit | 25b8bf6a2e5cdbf921ca8ba4a994f57c1c859844 (patch) | |
tree | d33ed6a8a1d06c42dc197ab43f9beccf8f43e89f /templates/activities/local.html | |
parent | 7413dab0520b68bfb7d96805b44cc3e384113aec (diff) | |
download | takahe-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.html | 2 |
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 %} |