diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b0a5999..2ee48da 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,12 +1,12 @@ -<!DOCTYPE html> +<!doctype html> <html> - {{- partial "head.html" . -}} - <body class="w3-theme-light"> - {{- partial "header.html" . -}} - {{ block "hero" . }} {{ end }} - <div id="content" class="min-vh-100 mw7 center avenir ph2"> - {{- block "main" . }}{{- end }} - </div> - {{- partial "footer.html" . -}} - </body> + {{- partial "head.html" . -}} + <body class="w3-theme-light"> + {{- partial "header.html" . -}} + {{ block "hero" . }}{{ end }} + <div id="content" class="min-vh-100 avenir"> + {{- block "main" . }}{{- end }} + </div> + {{- partial "footer.html" . -}} + </body> </html> |