Modify: footer meta info

This commit is contained in:
2023-09-08 02:27:04 +09:00
parent ff602097be
commit 045cc3641f
3 changed files with 10 additions and 17 deletions

View File

@@ -2,7 +2,13 @@
<div class="container d-flex justify-content-between">
<ul class="navbar-nav">
<li class="nav-item">
<span class="text-muted">© Created by {{ author }}</span>
<span class="text-muted">
v{{ version }}
{% if environment != 'Production' %}
Staging: {{ environment }}
{% endif %}
| © {{ author }}
</span>
</li>
</ul>
<ul class="navbar-nav">