We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09b96d commit 73f9facCopy full SHA for 73f9fac
Gemfile
@@ -19,6 +19,7 @@ gem "kramdown"
19
# If you have any plugins, put them here!
20
group :jekyll_plugins do
21
gem "jekyll-feed", "0.12"
22
+ gem "jekyll-last-modified-at"
23
end
24
25
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
_config.yml
@@ -9,11 +9,13 @@ highlighter: null
9
plugins:
10
- jekyll-redirect-from
11
- jekyll-feed
12
+ - jekyll-last-modified-at
13
-# GitHub Pages supported plugins
14
+# Plugins used by our custom Jekyll build
15
whitelist:
16
17
18
jekyll-redirect-from: true
markdown: kramdown
0 commit comments