diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 16:17:33 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 16:17:33 +0200 |
commit | 9dda28184e147f39f701711b4dc73740c91d2f47 (patch) | |
tree | 67b402cdc0e44c7ce8a277feb6e4919a076f8e78 | |
parent | workflows: fix remote port (diff) | |
download | blog-9dda28184e147f39f701711b4dc73740c91d2f47.tar.gz blog-9dda28184e147f39f701711b4dc73740c91d2f47.zip |
fix Gemfile
This line was in a wrong place when I put it in.
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ gem 'jekyll', '~> 3' gem 'jekyll-github-metadata' gem 'jekyll-paginate' gem 'jekyll-remote-theme' +gem 'jekyll-tidy' # Why is this not a dependency of Jekyll? Considering that without # kramdown-parser-gfm, Jekyll will error out. -gem 'jekyll-tidy' gem 'kramdown-parser-gfm' |