Back to Zephyr

Footer

doc/_templates/footer.html

4.4.0393 B
Original Source

{% extends "!footer.html" %} {% block contentinfo %}

{%- if show_copyright %} © Copyright {{ copyright }}. {%- endif %} {%- if last_updated %}

Last generated: {{ last_updated }}. {%- set git_last_updated, sha1 = pagename | git_info | default((None, None), true) %} {%- if git_last_updated %} Last source update: {{ git_last_updated }}. {%- endif %} {%- endif -%} {% endblock %}