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/extrabar.html')
-rw-r--r--layouts/partials/extrabar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/extrabar.html b/layouts/partials/extrabar.html
index 65342eb..0fc84fb 100644
--- a/layouts/partials/extrabar.html
+++ b/layouts/partials/extrabar.html
@@ -1,7 +1,7 @@
<div ref="extraContainer" class="extra-container">
{{ 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"></div>
+ <div class="gcse-searchbox-only" mobileLayout="true"></div>
{{ end }}
{{ if and (not (.Site.Params.disableToC) ) (.IsPage) }}
<div class="toc animated-visibility" :class="{ invisible: scrollY <= 140 }">
@@ -50,4 +50,4 @@
{{ end }}
{{ end }}
</div>
-</div> \ No newline at end of file
+</div>