Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "jekyll", "~> 4.2"

# The plugin will allow us to describe how far back a date was from today. e.g. If we give a date as 2016-03-23T10:20:00Z and the current date is 2020-04-13T10:20:00Z, then the output would be 4 years and 3 weeks ago.
group :jekyll_plugins do
gem 'jekyll-timeago', '~> 0.15.0'
gem 'jekyll-timeago', '~> 1.0.0'
gem "jekyll-feed", "~> 0.6"
gem "jekyll-seo-tag"
end
Expand Down
Loading