aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/www/pages/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/pages/index.md')
-rw-r--r--www/pages/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pages/index.md b/www/pages/index.md
index c5c2a32..111abe9 100644
--- a/www/pages/index.md
+++ b/www/pages/index.md
@@ -24,7 +24,7 @@ templateEngine: [vento, md]
<main>
-{{ set version = search.pages("release")
+{{ set version = search.pages("release!=undefined")
|> map(rel => rel.data.release)
|> sortSemVer
|> at(-1) }}