diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 8bcc776..0073ed4 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -13,7 +13,8 @@ images: ["/img/social-share.png"] crs: release_url_prefix: "https://github.com/owasp-modsecurity/ModSecurity/releases/tag" - latest_major_version: "3.0.12" + latest_v2_major_version: "2.9.7" + latest_v3_major_version: "3.0.12" github: repo_url: "https://github.com/owasp-modsecurity/website/blob/main" diff --git a/layouts/index.html b/layouts/index.html index cd18d72..fdc9a37 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -25,7 +25,8 @@
{{ i18n "explainerText" | markdownify }}
{{ with $crs }} - Get latest: {{ .latest_major_version }} + Get latest v2: {{ .latest_v2_major_version }} + Get latest v3: {{ .latest_v3_major_version }} {{ end }}