diff --git a/Gemfile b/Gemfile index a693021..041cbea 100755 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source "https://rubygems.org" -gem 'github-pages' \ No newline at end of file +gem 'github-pages' +gem 'jekyll-last-modified-at' diff --git a/Gemfile.lock b/Gemfile.lock index 650c6c0..c4da191 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,6 +97,9 @@ GEM jekyll-github-metadata (2.3.1) jekyll (~> 3.1) octokit (~> 4.0, != 4.4.0) + jekyll-last-modified-at (1.0.1) + jekyll (~> 3.3) + posix-spawn (~> 0.3.9) jekyll-mentions (1.2.0) activesupport (~> 4.0) html-pipeline (~> 2.3) @@ -170,6 +173,7 @@ GEM sawyer (~> 0.8.0, >= 0.5.3) pathutil (0.14.0) forwardable-extended (~> 2.6) + posix-spawn (0.3.11) public_suffix (2.0.5) rb-fsevent (0.9.8) rb-inotify (0.9.10) @@ -194,6 +198,7 @@ PLATFORMS DEPENDENCIES github-pages + jekyll-last-modified-at BUNDLED WITH 1.15.1 diff --git a/_config.yml b/_config.yml index 408afce..209b66b 100755 --- a/_config.yml +++ b/_config.yml @@ -16,3 +16,5 @@ sass: collections: examples: output: true +gems: + - jekyll-last-modified-at diff --git a/_layouts/example.html b/_layouts/example.html index ecd3967..772790b 100644 --- a/_layouts/example.html +++ b/_layouts/example.html @@ -4,6 +4,7 @@

{{page.title}}

{{page.overview}}

+
@@ -25,6 +26,12 @@

{{ principle.principle }}