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

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fredon <the2ne@gmail.com>2016-10-08 20:08:12 +0300
committerOlivier Fredon <the2ne@gmail.com>2016-10-08 20:08:12 +0300
commitcba64de0cb2f7aea632aa8268f16272900b6fe4a (patch)
tree6167c2c6c800edb97c350bcf91946b64761c76af /layouts
parent59b98074ff4e24e0459606a429813d557f92b99c (diff)
fix index layout structure
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 26ba025..c99d9e0 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -3,7 +3,10 @@
<body class="home-template">
<div class="page">
- {{ partial "header" . }}
+ <div class"wrapper">
+ {{ partial "header" . }}
+ </div>
+
{{ partial "navigation" . }}
<main class="content" role="main" id="contenu-principal">
@@ -11,8 +14,10 @@
{{ partial "pagination" . }}
</main>
- {{ partial "social" . }}
- {{ partial "footer" . }}
+ <div class"wrapper">
+ {{ partial "social" . }}
+ {{ partial "footer" . }}
+ </div>
</div>