Skip to content
Snippets Groups Projects
Select Git revision
  • 0ade255ee950cff46808f2f6b1f893c1ef4d9c08
  • master default protected
  • dev
3 results

footer.html

Blame
  • rschoene's avatar
    René Schöne authored
    - add pages documentation
    - propagate jastAddList option to ragconnect
    - add logIncremental to ragconnect
    7d4ca825
    History
    footer.html 491 B
    {% 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.git_revision_date_localized %}
    <small><br><i>Last updated {{ page.meta.git_revision_date_localized }}</i></small>
    {% endif %}
    </p>
    {% endblock %}