Starting the work to switch to Hugo

This commit is contained in:
hack13 2021-06-24 07:28:11 -04:00
parent 1bf16622c2
commit 9fcb3940ec
13 changed files with 67 additions and 0 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>