Skip to content

Commit 73f9fac

Browse files
committed
fix deploy
1 parent a09b96d commit 73f9fac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ gem "kramdown"
1919
# If you have any plugins, put them here!
2020
group :jekyll_plugins do
2121
gem "jekyll-feed", "0.12"
22+
gem "jekyll-last-modified-at"
2223
end
2324

2425
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ highlighter: null
99
plugins:
1010
- jekyll-redirect-from
1111
- jekyll-feed
12+
- jekyll-last-modified-at
1213

13-
# GitHub Pages supported plugins
14+
# Plugins used by our custom Jekyll build
1415
whitelist:
1516
- jekyll-redirect-from
1617
- jekyll-feed
18+
- jekyll-last-modified-at
1719
jekyll-redirect-from: true
1820

1921
markdown: kramdown

0 commit comments

Comments
 (0)