mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 17:12:27 +00:00
Switch to theme based on Archie
This commit is contained in:
12
themes/archie/layouts/_default/baseof.html
Normal file
12
themes/archie/layouts/_default/baseof.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{- partial "header.html" . -}}
|
||||
<body>
|
||||
<div class="content">
|
||||
{{- partial "head.html" . -}}
|
||||
{{- block "main" . }}{{- end }}
|
||||
{{ partial "comments.html" . }}
|
||||
{{- partial "footer.html" . -}}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user