From 762d0e4615e7df675f7194a6eb0444de8110629d Mon Sep 17 00:00:00 2001 From: itowlson Date: Mon, 13 Apr 2026 13:35:15 +1200 Subject: [PATCH] Set v4 to default version Signed-off-by: itowlson --- templates/main.hbs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/main.hbs b/templates/main.hbs index 717a75b0..5c27caf1 100644 --- a/templates/main.hbs +++ b/templates/main.hbs @@ -10,14 +10,14 @@ {{! This adds the version selector }} {{#if (active_project request.spin-full-url "/v1/")}} @@ -26,10 +26,10 @@ {{#if (active_project request.spin-full-url "/v2/")}} {{> sidebar_v2 }} {{else}} - {{#if (active_project request.spin-full-url "/v4/")}} - {{> sidebar_v4 }} - {{else}} + {{#if (active_project request.spin-full-url "/v3/")}} {{> sidebar_v3 }} + {{else}} + {{> sidebar_v4 }} {{/if}} {{/if}} {{/if}}