added theme directly

This commit is contained in:
Don Harper 2019-07-07 22:10:39 -05:00
parent 4f54f05a5d
commit 13da00e549
36 changed files with 3502 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="{{ with.Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div class="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
{{- partial "scripts.html" . -}}
</body>
</html>