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

github.com/parsiya/Hugo-Octopress.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, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 9bd9457..4b89455 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -60,10 +60,10 @@
{{ end }}
</head>
-<body{{ with .Site.Params.theme }} class="{{ . }}"{{ end }}>
+<body>
<!-- top header for octopress -->
-<header role="banner">{{ partial "octo-header.html" . }}</header>
+<header role="banner">{{ partial "octo_header.html" . }}</header>
<!-- navigation -->
<nav role="navigation">{{ partial "navigation.html" . }}</nav>