Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dewittn/hugo-html5up-alpha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index ed68545..b035536 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -6,7 +6,7 @@
<body class="is-preload">
<div id="page-wrapper">
{{- partial "header.html" . -}}
- <section id="main" class="container">
+ <section id="main" class="container {{ with .Params.size }}{{ . }}{{ end }}">
{{- block "main" . }}{{- end }}
</section>
{{- partial "footer.html" . -}}