fix: silence Hugo deprecation warnings

This commit is contained in:
L'électron rare
2026-07-09 11:29:00 +02:00
parent 7f43ae94e6
commit 41af61c26c
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
baseURL = "https://bus.saillant.cc/" baseURL = "https://bus.saillant.cc/"
languageCode = "fr-fr" locale = "fr-fr"
title = "bus.saillant.cc" title = "bus.saillant.cc"
theme = "terminal-bus" theme = "terminal-bus"
timeZone = "Europe/Paris" timeZone = "Europe/Paris"
disableKinds = ["taxonomy", "term"]
[params] [params]
description = "Chantier d'un Irisbus Axer transformé en atelier/labo mobile — électronique, fab numérique, VASP." description = "Chantier d'un Irisbus Axer transformé en atelier/labo mobile — électronique, fab numérique, VASP."
+1 -1
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{{ site.Language.LanguageCode }}"> <html lang="{{ site.Language.Locale }}">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">