Skip to content
Snippets Groups Projects

Resolve "Repo documentation"

Merged René Schöne requested to merge 16-repo-documentation into dev
3 files
+ 9
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -4,8 +4,8 @@
{% endif %}
<hr>
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
{% if page and page.meta and page.meta.revision_date %}
<small><br><i>Last updated {{ page.meta.revision_date.strftime('%B %d, %Y at %H:%M') }}</i></small>
{% if page and page.meta and page.meta.git_revision_date_localized %}
<small><br><i>Last updated {{ page.meta.git_revision_date_localized }}</i></small>
{% endif %}
</p>
{% endblock %}
Loading