ADD hugo theme skeleton

This commit is contained in:
Hoernschen 2023-11-11 20:48:54 +01:00
parent e9f68c9b84
commit 9d834470a6
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
11 changed files with 26 additions and 1 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>

View file

View file