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

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/search.html')
-rw-r--r--layouts/shortcodes/search.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/layouts/shortcodes/search.html b/layouts/shortcodes/search.html
deleted file mode 100644
index 727e1f6..0000000
--- a/layouts/shortcodes/search.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<div class="searchBoxContainer">
- <input
- type="text"
- id="searchBox"
- class="searchBox"
- placeholder="{{ i18n "search" }}"
- />
-</div>
-<div id="searchResults" class="searchResults"></div>
-<script src="{{ .Site.BaseURL }}js/search.bundle.js"></script>