Skip to content
Snippets Groups Projects

Resolve "Create pages documentation"

Merged René Schöne requested to merge 33-create-pages-documentation into dev
30 files
+ 69
179
Compare changes
  • Side-by-side
  • Inline
Files
30
+ 11
0
 
{% block footer %}
 
<p>{% if config.copyright %}
 
<small>{{ config.copyright }}<br></small>
 
{% 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>
 
{% endif %}
 
</p>
 
{% endblock %}
Loading