Update jekyll version

This commit is contained in:
Jesper Hess 2019-03-04 16:20:09 +01:00
parent 62134e78d2
commit 54d5c7ca84
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ ruby RUBY_VERSION
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", ">= 3.6.3"
gem "jekyll", ">= 3.8.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.

View File

@ -42,7 +42,7 @@
<div class="wrapper-footer">
<div class="container">
<footer class="footer">
Siden blev genereret: {{ "now" | date: "%Y-%m-%d %H:%M" }} UTC
Siden blev genereret: {{ "now" | date: "%Y-%m-%d %H:%M" }} UTC med Jekyll {{jekyll.version}}
</footer>
</div>
</div>