From Claude working on #2:
Two unrelated deprecation warnings from elsewhere in the site that fire on every build:
.Site.LanguageCode (deprecated 0.158) — used in the theme's templates.
.Site.Data (deprecated 0.156) — used in the theme's templates and one I copied into
products_grid.html.
- Top-level
languageCode config key — set in hugo.toml.
Also: CI in .github/workflows/deploy.yml:28 pins HUGO_VERSION: 0.118.2, but you're now on 0.161
locally. Worth bumping CI to match (a recent extended like 0.161.0) so deprecation warnings show
consistently in both places. Both are follow-up cleanups, not in scope for the products viewer.
From Claude working on #2:
Two unrelated deprecation warnings from elsewhere in the site that fire on every build:
.Site.LanguageCode(deprecated 0.158) — used in the theme's templates..Site.Data(deprecated 0.156) — used in the theme's templates and one I copied intoproducts_grid.html.
languageCodeconfig key — set inhugo.toml.Also: CI in
.github/workflows/deploy.yml:28pinsHUGO_VERSION: 0.118.2, but you're now on0.161locally. Worth bumping CI to match (a recent extended like
0.161.0) so deprecation warnings showconsistently in both places. Both are follow-up cleanups, not in scope for the products viewer.