diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7f7c5ae..f5fb3d8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,11 @@ <body class="bg-near-white sans-serif" style="background:url('{{ .Site.Params.coverImage | absURL }}') fixed;"> {{- partial "header.html" . -}} + + <div id="content" class="fl w-75-ns bg-black-10"> {{- block "main" . }}{{- end }} + </div> + {{- partial "footer.html" . -}} {{- block "footerfiles" . }}{{- end }} |