Skip to content

Commit 3192590

Browse files
committed
Fix guide layout to show version warning correctly
(test by updating _data/kroxylicious.yml latestVersion) Signed-off-by: Robert Young <[email protected]>
1 parent a406f13 commit 3192590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44
<!-- _layouts/guide.html -->
5-
{%- if page.release != site.data.release.latest -%}
5+
{%- if page.version != site.data.kroxylicious.latestRelease -%}
66
<div class="admonitionblock note alert alert-info mb-0" role="alert">
77
<i class="bi bi-info-circle-fill krx-docs-note ms-2 me-4 fs-5" title="Note"></i>
88
This documentation covers a non-current version of Kroxylicious. The latest version is {{ site.data.kroxylicious.latestRelease }}.

0 commit comments

Comments
 (0)