Add default Hugo theme files

This commit is contained in:
Ben Goldsworthy 2022-11-10 22:42:39 -07:00
parent 166f894ccf
commit 3b303aee07
11 changed files with 48 additions and 0 deletions

0
layouts/404.html Normal file
View file

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

0
layouts/index.html Normal file
View file

View file

View file

View file