Skip to content

Commit

Permalink
package version in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 20, 2022
1 parent abff108 commit 72d1eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_includes/layout/footer.html
Expand Up @@ -22,7 +22,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
{% if jekyll.environment == 'production' %}
{% if jekyll.environment != 'development' %}
<a href="{{ site.base }}/changelog.html" class="link-secondary" rel="noopener">
v{{ site.data.package.version }}
</a>
Expand Down

0 comments on commit 72d1eb5

Please sign in to comment.