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" %}