Update footer to display version only in production environment

This commit is contained in:
codecalm
2025-01-28 21:27:37 +01:00
parent e74d9dc326
commit 40750e1cb7

View File

@@ -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>