Skip to content

Commit b8446c9

Browse files
committed
Update critical file(s) according to Chirpy v4.3.2
1 parent 479cdc3 commit b8446c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.1"
5+
gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.2"
66

77
group :test do
88
gem "html-proofer", "~> 3.18"

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ theme_mode: # [light|dark]
7979
# will be added to all image (site avatar & posts' images) paths starting with '/'
8080
#
8181
# e.g. 'https://cdn.com'
82-
img_cdn: ''
82+
img_cdn:
8383

8484
# the avatar on sidebar, support local or CORS resources
85-
avatar: ''
85+
avatar:
8686

8787
# boolean type, the global switch for ToC in posts.
8888
toc: true

0 commit comments

Comments
 (0)