eclipsefdn-hugo-solstice-theme 0.0.159 → 0.0.160

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.
@@ -27,7 +27,7 @@
27
27
  <div class="col-md-24">
28
28
  <div id="custom-search-form" class="reset-box-sizing">
29
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.php" }}"></gcse:searchbox-only>
30
+ <gcse:searchbox-only gname="main" resultsUrl="{{- .Site.Params.gcse_result_url | default "https://www.eclipse.org/home/search" }}"></gcse:searchbox-only>
31
31
  </div>
32
32
  </div>
33
33
  </div>
@@ -37,4 +37,4 @@
37
37
  </li>
38
38
  </ul>
39
39
  </li>
40
- {{ end }}
40
+ {{ end }}
@@ -19,6 +19,12 @@
19
19
  <div class="{{- .Params.main_content_class | default .Site.Params.main_content_class | default "col-md-18 padding-bottom-30"}}">
20
20
  {{ end }}
21
21
 
22
+ {{ if eq .Page.Params.is_deprecated true }}
23
+ <div class="alert alert-danger margin-top-20" role="alert">
24
+ This page is deprecated and may contain some information that is no longer relevant or accurate.
25
+ </div>
26
+ {{ end }}
27
+
22
28
  {{ if ne .Page.Params.hide_page_title true }}
23
29
  <h1>
24
30
  {{ if eq .Page.Params.format_title false }}
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.159",
7
+ "version": "0.0.160",
8
8
  "bugs": {
9
9
  "url": "https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/issues"
10
10
  },