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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header/taxo-header.html')
-rw-r--r--layouts/partials/header/taxo-header.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/layouts/partials/header/taxo-header.html b/layouts/partials/header/taxo-header.html
index dbb5b7c..2d31e35 100644
--- a/layouts/partials/header/taxo-header.html
+++ b/layouts/partials/header/taxo-header.html
@@ -1,3 +1,5 @@
-<header class="taxo__header">
- {{ .Title }}
-</header> \ No newline at end of file
+<div class="blog-header blog-header__align-center" style="width: 100%; height: {{ $.Param "headerHeight" | default 112 }}px;">
+ <div class="blog-header__title">
+ {{ .Title }}
+ </div>
+</div> \ No newline at end of file