Add application version to footer in base template and define VERSION constant
This commit is contained in:
parent
1938571b4c
commit
24aa046f8c
2 changed files with 4 additions and 1 deletions
|
|
@ -31,6 +31,6 @@
|
|||
|
||||
{% block body_container %}{% endblock %}
|
||||
|
||||
<footer class="footer-container">gburri - 2025</footer>
|
||||
<footer class="footer-container">recipes v{{ crate::consts::VERSION }} - gburri 2025</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue