We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a784c commit 23942a9Copy full SHA for 23942a9
Gemfile
@@ -2,7 +2,7 @@
2
3
source "https://rubygems.org"
4
5
-gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.3"
+gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.4"
6
7
group :test do
8
gem "html-proofer", "~> 3.18"
_config.yml
@@ -159,7 +159,7 @@ exclude:
159
- LICENSE
160
- gulpfile.js
161
- node_modules
162
- - package.json
+ - package*.json
163
164
jekyll-archives:
165
enabled: [categories, tags]
0 commit comments