eclipsefdn-hugo-solstice-theme 0.0.150 → 0.0.153

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.
@@ -1,7 +1,7 @@
1
1
 
2
2
  <!-- Placed at the end of the document so the pages load faster -->
3
3
  {{- with .Site.Params.js | default "https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js"}}
4
- <script src="{{ . | relURL }}"></script>
4
+ <script src="{{ . | relURL }}?v={{ now.Unix }}"></script>
5
5
  {{ end }}
6
6
 
7
7
  {{- with .Site.Params.hugo_js }}
@@ -42,4 +42,4 @@
42
42
  });
43
43
  }
44
44
  })(eclipseFdnAdopters);
45
- </script>
45
+ </script>
@@ -1,4 +1,4 @@
1
- <!--
1
+ <!--
2
2
  Copyright (c) 2018 Eclipse Foundation, Inc.
3
3
 
4
4
  This program and the accompanying materials are made available under the
@@ -63,7 +63,7 @@
63
63
  {{ end }}
64
64
  {{ if ne .Page.Params.disable_css "true" }}
65
65
  {{- with .Site.Params.styles | default "https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css" }}
66
- <link rel="stylesheet" href="{{ . | relURL }}">
66
+ <link rel="stylesheet" href="{{ . | relURL }}?v={{ now.Unix }}">
67
67
  {{- end }}
68
68
  {{- end }}
69
69
  {{- partial "google_tag_manager.html" . }}
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.150",
7
+ "version": "0.0.153",
8
8
  "bugs": {
9
9
  "url": "https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/issues"
10
10
  },
@@ -24,7 +24,7 @@
24
24
  "readmeFilename": "README.md",
25
25
  "dependencies": {
26
26
  "axios": "^0.21.1",
27
- "eclipsefdn-solstice-assets": "0.0.194",
27
+ "eclipsefdn-solstice-assets": "0.0.196",
28
28
  "json2yaml": "^1.1.0",
29
29
  "toml": "^3.0.0"
30
30
  },