Init Commit

This commit is contained in:
2026-05-18 11:46:02 +02:00
commit 2de3502fbc
382 changed files with 19583 additions and 0 deletions
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="{{- $.Lang }}"
{{- if .Site.Params.colorTheme.auto.disable }}
data-bs-theme="{{ .Site.Params.colorTheme.forced.theme }}"
theme-forced="true"
theme-auto="false"
{{- end }}>
<head>
{{ partial "head.html" . }}
{{ partial "head_custom.html" . }}
</head>
<body class="{{- if .IsHome }}home{{- end }}{{- with .File }} page-{{- .ContentBaseName }}{{- end }}">
{{ partial "header.html" . }}
<main class="container">
{{ block "main" . }}{{ end }}
</main>
<div class="d-print-none">
{{ partial "footer.html" . }}
</div>
{{ partial "base-foot.html" . }}
{{ block "footerfiles" . }}
{{ end }}
</body>
</html>