mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
433ea4d0de
* Improvements for version banner - Display at the bottom of the page - Simplify text * Use mkdocs version provider * use 'navigation.instant' * Support modern mkdocs features - Much better navigation and improved features * Content changes * Add code to find previous versions * Remove modern python syntax * display output codes * Hide version banner * Extra debug message * update terminology.md
7 lines
150 B
HTML
7 lines
150 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block footer %}
|
|
{% include "partials/version_banner.html" %}
|
|
{% include "partials/footer.html" %}
|
|
{% endblock footer %}
|