mirror of
https://github.com/tabler/tabler.git
synced 2026-01-25 04:16:36 +00:00
Update footer to display version only in production environment
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
All rights reserved.
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
{% if environment == 'preview' or environment == 'production' %}
|
||||
{% if environment == 'production' %}
|
||||
<a href="{{ page | relative }}/changelog.html" class="link-secondary" rel="noopener">
|
||||
v{{ package.version }}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user