feat: add full width as an option

This commit is contained in:
Henk Verlinde
2022-01-28 08:48:57 +01:00
parent 10b791fc7b
commit e011603dfc
5 changed files with 7 additions and 6 deletions

View File

@ -14,7 +14,7 @@
{{ end -}}
<body class="{{ .Scratch.Get "class" }}">
{{ partial "header/header.html" . }}
<div class="wrap container-xxl" role="document">
<div class="wrap container-{{ if .Site.Params.options.fullWidth }}fluid{{ else }}xxl{{ end }}" role="document">
<div class="content">
{{ block "main" . }}{{ end }}
</div>