imported theme and posts from WP
This commit is contained in:
parent
2266e3ddc5
commit
c5892a5972
60 changed files with 1095 additions and 21 deletions
11
themes/hacksite/layouts/_default/page.html
Normal file
11
themes/hacksite/layouts/_default/page.html
Normal 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>
|
Reference in a new issue