From 40f07191919582c4d3725da195b82fe0fac48d5e Mon Sep 17 00:00:00 2001 From: mathieu Date: Mon, 20 Jul 2026 14:07:35 +0200 Subject: [PATCH] On retire dans head les ajout non voulu (latex, math, etc) --- site/layouts/_partials/head.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 site/layouts/_partials/head.html diff --git a/site/layouts/_partials/head.html b/site/layouts/_partials/head.html new file mode 100644 index 0000000..96c4de6 --- /dev/null +++ b/site/layouts/_partials/head.html @@ -0,0 +1,16 @@ + + + +{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} +{{- if .Description }} + +{{- end }} + +{{- $styles := slice "css/vars.css" "css/syntax.css" "css/main.css" "css/nav.css" -}} +{{- range $styles }} + {{- with resources.Get . }} + + {{- end }} +{{- end }} + +{{ $noop := .WordCount }}