Add Version to Base Template
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
{% block main %}{% endblock %}
|
{% block main %}{% endblock %}
|
||||||
</main>
|
</main>
|
||||||
<footer class="max-w-3xl mx-auto flex flex-col mt-1 px-2 text-xs text-gray-600">
|
<footer class="max-w-3xl mx-auto flex flex-col mt-1 px-2 text-xs text-gray-600">
|
||||||
<p>Sigl | Simple Grocery List</p>
|
<p>Sigl | Simple Grocery List | Version {{ config['APP_VERSION'] }}</p>
|
||||||
<p>Copyright ©2022 Asymworks, LLC. All Rights Reserved.</p>
|
<p>Copyright ©2022 Asymworks, LLC. All Rights Reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
{% block body_scripts %}{% endblock %}
|
{% block body_scripts %}{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user