fix: silence Hugo deprecation warnings
This commit is contained in:
+2
-1
@@ -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,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">
|
||||||
|
|||||||
Reference in New Issue
Block a user