Skip to content

Commit a614c2a

Browse files
committed
Avoiding broken jekyll-liquid version
1 parent 986b449 commit a614c2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ gem 'jekyll-seo-tag'
1212
# A Fix
1313
gem 'webrick', "~> 1.7"
1414

15+
# Note 0.0.3 is broken due to: https://github.com/gemfarmer/jekyll-liquify/issues/8
16+
gem "jekyll-liquify", "0.0.2"
17+
1518
group :development, :test do
1619
gem 'html-proofer', "3.19.0"
1720
gem 'rspec'

0 commit comments

Comments
 (0)