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

github.com/de-souza/hugo-flex.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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 593ca4f..541ed5d 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -34,7 +34,7 @@
{{ end }}
</head>
<body>
- {{ partial "banner.html" .}}
+ {{ partial "banner.html" }}
<main>
<div class="u-wrapper">
<div class="u-padding">
@@ -42,6 +42,6 @@
</div>
</div>
</main>
- {{ partial "footer.html" . }}
+ {{ partial "footer.html" }}
</body>
</html>