imported theme and posts from WP

This commit is contained in:
Timothy Rogers 2021-06-27 03:03:18 -04:00
parent 2266e3ddc5
commit c5892a5972
60 changed files with 1095 additions and 21 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>