Use correct updated_at timestamp for files in Git submodule

This commit is contained in:
Maxime Vaillancourt
2020-12-07 20:52:55 -05:00
parent becf9f381c
commit da22a80e6e
2 changed files with 12 additions and 6 deletions

View File

@@ -5,4 +5,4 @@ source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "jekyll", "~> 4.0"
gem "jekyll-last-modified-at"
gem "jekyll-last-modified-at", git: "https://github.com/maximevaillancourt/jekyll-last-modified-at", branch: "add-support-for-files-in-git-submodules"