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

github.com/pfadfinder-konstanz/hugo-dpsg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 8a2d494..33e0899 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,6 +1,4 @@
<header class="header">
- <div class="container header__container">
- {{ partial "logo.html" . }}
- </div>
+ {{ partial "logo.html" . }}
</header>
{{ partial "menu.html" . }}