mirror of
https://github.com/MOIS3Y/logs-collector.git
synced 2025-09-13 13:13:01 +02:00
Modify: footer meta info
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user