mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
fix: update footer condition to include preview environment for changelog link
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
All rights reserved.
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
{% if environment == 'production' %}
|
||||
{% if environment == 'production' or environment == 'preview' %}
|
||||
<a href="{{ page | relative }}/changelog.html" class="link-secondary" rel="noopener">
|
||||
v{{ package.version }}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user