eclipsefdn-hugo-solstice-theme 0.0.174 → 0.0.175

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,15 +22,15 @@
22
22
  <div class="yamm-content">
23
23
  <div class="row">
24
24
  <div class="col-sm-24">
25
- <p><strong>{{ i18n "search-section-label" }}</strong></p>
26
- <div class="row">
27
- <div class="col-md-24">
28
- <div id="custom-search-form" class="reset-box-sizing">
29
- <script async src="https://cse.google.com/cse.js?cx={{ .Site.Params.gcse }}"></script>
30
- <gcse:searchbox-only gname="main" resultsUrl="{{- .Site.Params.gcse_result_url | default "https://www.eclipse.org/home/search" }}"></gcse:searchbox-only>
31
- </div>
25
+ <p>
26
+ <strong>{{ i18n "search-section-label" }}</strong>
27
+ </p>
28
+ <form action="https://www.eclipse.org/home/search" method="get">
29
+ <div class="form-group">
30
+ <input class="form-control margin-bottom-10" type="textfield" name="q" placeholder="Search">
31
+ <input class="btn btn-primary" type="submit" value="Submit">
32
32
  </div>
33
- </div>
33
+ </form>
34
34
  </div>
35
35
  </div>
36
36
  </div>
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "webpack.min.js",
5
5
  "author": "Christopher Guindon",
6
6
  "license": "EPL-2.0",
7
- "version": "0.0.174",
7
+ "version": "0.0.175",
8
8
  "bugs": {
9
9
  "url": "https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/issues"
10
10
  },