From 9589264992bcd1b74f1f82f378b98c93bd298c53 Mon Sep 17 00:00:00 2001 From: Sebastian 'gonX' Jensen Date: Mon, 31 Aug 2026 14:05:17 +0200 Subject: [PATCH] Plugins: Always add latest OTD version --- site/_layouts/plugins.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/_layouts/plugins.html b/site/_layouts/plugins.html index e1b4eda..6fdd057 100644 --- a/site/_layouts/plugins.html +++ b/site/_layouts/plugins.html @@ -26,7 +26,8 @@ {%- endfor -%} {%- endfor -%} - {% assign otdversions = otdversions | sort | uniq | reverse %} + {%- assign latestotdversion = site.data.otd-versions | last -%} + {%- assign otdversions = otdversions | push: latestotdversion | sort | uniq | reverse -%} {% assign elementAttributes = " selected" %}