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

github.com/halogenica/beautifulhugo.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.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 2182534..b6c4c4d 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -53,6 +53,7 @@
<span class="img-desc" style="display: inline;"></span>
</div>
{{end}}
+ {{ if $title }}
<div class="intro-header no-img">
<div class="container">
<div class="row">
@@ -81,6 +82,7 @@
</div>
</div>
</div>
+ {{ end }}
</header>
{{ else }}
<div class="intro-header"></div>