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

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-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 5346c6f..2e7fd55 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -9,11 +9,11 @@
</a>
</div>
- <h1 class="header-title">
+ <div class="header-title">
<a href="{{ "/" | absLangURL }}">
{{ .Site.Title }}
</a>
- </h1>
+ </div>
</div>
</div>
</header>