garbage collection

This commit is contained in:
2022-03-18 13:35:57 +01:00
parent f461321350
commit 7f1fadb72e
348 changed files with 3734 additions and 8999 deletions

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
{{- partial "head.html" . -}}
<body>
{{- partial "preloader.html" . -}}
{{- partial "header.html" . -}}
{{ if not .IsHome }}
{{ partial "page-header.html" . }}
{{ end }}
{{- block "main" . }}{{- end }}
{{- partial "footer.html" . -}}
</body>
</html>