From d5605b302e004cf76d48f2ba50248d987c3316c2 Mon Sep 17 00:00:00 2001 From: Thanwer Date: Sat, 23 May 2026 18:06:47 +0200 Subject: [PATCH] Pin Hugo to 0.121.2 for anubis2 theme compatibility The theme uses site.Locale (removed in 0.123) and .Language.Label (removed in 0.124). Pinning to 0.121.2, the last pre-deprecation stable release. Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 645e765..aafd30f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: env: - HUGO_VERSION: "0.151.0" + HUGO_VERSION: "0.121.2" jobs: deploy: