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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/mobile-header.html')
-rw-r--r--layouts/partials/mobile-header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/mobile-header.html b/layouts/partials/mobile-header.html
index 6c1d521..2276cc9 100644
--- a/layouts/partials/mobile-header.html
+++ b/layouts/partials/mobile-header.html
@@ -4,7 +4,7 @@
<div class="drawer-menu">
{{ if and (isset .Site.Params "googlesearchcode") (.IsHome) }}
<script async src="https://cse.google.com/cse.js?cx={{.Site.Params.googleSearchCode}}"></script>
- <div class="gcse-search" mobileLayout="true"></div>
+ <div class="gcse-searchbox-only" mobileLayout="true"></div>
{{ end }}
{{ $current := .Permalink | absLangURL }}
{{ range .Site.Menus.main }}
@@ -69,4 +69,4 @@
{{ end }}
</a>
-</div> \ No newline at end of file
+</div>