feat: Add index page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-21 16:52:59 +02:00
parent 93828cf3c9
commit e5f065b738
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="{{ .Site.Language.Lang }}">
{{/* {{ partial "head.html" . }} */}}
<body>
{{/* {{ partial "header.html" . }} */}}
{{/* {{ partial "debug.html" . }} */}}
<main>
{{ block "main" . }}{{ end }}
</main>
{{/* {{ partial "footer.html" . }} */}}
{{/* {{ partial "js.html" . }} */}}
</body>
</html>