We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a406f13 commit 3192590Copy full SHA for 3192590
_layouts/guide.html
@@ -2,7 +2,7 @@
2
layout: default
3
---
4
<!-- _layouts/guide.html -->
5
-{%- if page.release != site.data.release.latest -%}
+{%- if page.version != site.data.kroxylicious.latestRelease -%}
6
<div class="admonitionblock note alert alert-info mb-0" role="alert">
7
<i class="bi bi-info-circle-fill krx-docs-note ms-2 me-4 fs-5" title="Note"></i>
8
This documentation covers a non-current version of Kroxylicious. The latest version is {{ site.data.kroxylicious.latestRelease }}.
0 commit comments