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:
authorHumberto Rocha <humrochagf@gmail.com>2019-08-12 16:49:26 +0300
committerHumberto Rocha <humrochagf@gmail.com>2019-08-12 16:49:26 +0300
commit90a9e05577edf1fe158612b311ff550816d3b222 (patch)
tree7ba305095d5df59d3c1d5fa3561e8ff81f5b653a /layouts/partials
parent9be517dca50e42ba3bbf5ec85e62e7562653cc63 (diff)
Fix h1 issue
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>