Skip to content

Commit 0f8e782

Browse files
committed
Merge branch 'production'
2 parents 547b95c + 0a6c1fb commit 0f8e782

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

_data/origin/cors.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ cdns:
88
- url: https://fonts.googleapis.com
99
# jsDelivr CDN
1010
- url: https://cdn.jsdelivr.net
11-
# polyfill.io for math
12-
- url: https://polyfill.io
11+
# polyfill.io for math (cdnjs.cloudflare.com/polyfill)
12+
- url: https://cdnjs.cloudflare.com
1313

1414
# fonts
1515

_includes/js-selector.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292
};
9393
</script>
94-
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
94+
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
9595
<script id="MathJax-script" async src="{{ site.data.origin[type].mathjax.js | relative_url }}"></script>
9696
{% endif %}
9797

docs/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [6.5.3](https://github.com/cotes2020/jekyll-theme-chirpy/compare/v6.5.2...v6.5.3) (2024-03-07)
6+
57
## [6.5.2](https://github.com/cotes2020/jekyll-theme-chirpy/compare/v6.5.1...v6.5.2) (2024-02-29)
68

79
### Bug Fixes

jekyll-theme-chirpy.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-theme-chirpy"
5-
spec.version = "6.5.2"
5+
spec.version = "6.5.3"
66
spec.authors = ["Cotes Chung"]
77
spec.email = ["[email protected]"]
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jekyll-theme-chirpy",
3-
"version": "6.5.2",
3+
"version": "6.5.3",
44
"description": "A minimal, responsive, and feature-rich Jekyll theme for technical writing.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)