diff --git a/CLAUDE.md b/CLAUDE.md index a788f8b..77710c4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -29,6 +29,8 @@ Le blog contient deux types d'articles qui n'obéissent pas aux mêmes règles : ## Corrections à appliquer systématiquement +N'utilise pas de tiret quadratin. Emploie de la ponctuation classique : deux-points, point-virgule, point, virgule ou encore parenthèses en dernier recours. + ### 1. Pronom personnel **Dans les articles d'opinion** : remplacer le "on" par "je" quand c'est l'auteur qui parle. diff --git a/config.yml b/config.yml index 5bdc1b5..b27312a 100644 --- a/config.yml +++ b/config.yml @@ -13,6 +13,8 @@ params: selfHosted: true rss: true readingTime: true + toc: false + colorScheme: "light" thumb: - src: "/img/happyDomain-domains-list.webp" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 58a673b..a48de87 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -14,11 +14,17 @@ {{ end }}
{{ $thumb.desc }}
{{end}} + {{range $thumbs}} + +{{ .desc }}
{{end}}