Add Version to Base Template

This commit is contained in:
2022-07-14 15:05:53 -07:00
parent a871562a47
commit ce2a433145

View File

@@ -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 &copy;2022 Asymworks, LLC. All Rights Reserved.</p> <p>Copyright &copy;2022 Asymworks, LLC. All Rights Reserved.</p>
</footer> </footer>
{% block body_scripts %}{% endblock %} {% block body_scripts %}{% endblock %}