Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/_templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
{%- endif %}
</div>
<div>
{% if has_contributor_listing and display_contributors and pagename and page_source_suffix %}
{% if display_contributors and pagename and page_source_suffix %}
{% set contributors = get_contributors_for_file(pagename, page_source_suffix) %}
{% if contributors %}
{% if contributors | length > 1 %}
Expand All @@ -100,4 +100,4 @@
{% endif %}
</div>
<div class="right-details"><a href="" class="js-revoke-cookie-manager muted-link">Manage your tracker settings</a></div>
</div>
</div>
Loading
Loading