first commit
All checks were successful
Deploying Website / build (push) Successful in 16s

This commit is contained in:
Maxime Delporte
2025-04-04 18:47:44 -03:00
commit 51ea013bc3
822 changed files with 18303 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{{- if in $.Site.Params.sharedHeader .Section -}}
{{- partialCached "header-raw.html" . .Section -}}
{{- else -}}
{{- partial "header-raw.html" . -}}
{{- end -}}