Back to Multipass

Footer

docs/.sphinx/_templates/footer.html

2018.12.11.8 KB
Original Source

{# mod: Per-page navigation #} {% if meta %} {% if 'sequential_nav' in meta %} {% set sequential_nav = meta.sequential_nav %} {% endif %} {% endif %} {# mod: Conditional wrappers to control page navigation buttons #} {% if sequential_nav != "none" -%} {% if next and (sequential_nav == "next" or sequential_nav == "both") -%} [

{{ _("Next") }}

{{ next.title }}

]({{%20next.link%20}}) {%- endif %} {% if prev and (sequential_nav == "prev" or sequential_nav == "both") -%} [

{{ _("Previous") }} {% if prev.link == pathto(root_doc) %} {{ _("Home") }} {% else %} {{ prev.title }} {% endif %} ]({{%20prev.link%20}}) {%- endif %} {%- endif %}

{%- if show_copyright %} {%- if hasdoc('copyright') %} {% trans path=pathto('copyright'), copyright=copyright|e -%} Copyright © {{ copyright }} {%- endtrans %} {%- else %} {% trans copyright=copyright|e -%} Copyright © {{ copyright }} {%- endtrans %} {%- endif %} {%- endif %} {# mod: removed "Made with" #} {%- if last_updated -%} {% trans last_updated=last_updated|e -%} Last updated on {{ last_updated }} {%- endtrans -%} {%- endif %} {%- if show_source and has_source and sourcename %} Show source {%- endif %}

{% if has_contributor_listing and display_contributors and pagename and page_source_suffix %} {% set contributors = get_contributors_for_file(pagename, page_source_suffix) %} {% if contributors %} {% if contributors | length > 1 %} Thanks to the {{ contributors |length }} contributors! {% else %} Thanks to our contributor! {% endif %}

{% for contributor in contributors %} - {{ contributor[0] }} {% endfor %} {% endif %} {% endif %}

Manage your tracker settings