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/header.html')
-rw-r--r--layouts/partials/header.html18
1 files changed, 5 insertions, 13 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 8ff1626..2e7fd55 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -9,19 +9,11 @@
</a>
</div>
- {{ if .IsHome }}
- <h1 class="header-title">
- <a href="{{ "/" | absLangURL }}">
- {{ .Site.Title }}
- </a>
- </h1>
- {{ else }}
- <div class="header-title">
- <a href="{{ "/" | absLangURL }}">
- {{ .Site.Title }}
- </a>
- </div>
- {{ end }}
+ <div class="header-title">
+ <a href="{{ "/" | absLangURL }}">
+ {{ .Site.Title }}
+ </a>
+ </div>
</div>
</div>
</header>