forked from data.coop/website
Update jekyll version
This commit is contained in:
parent
62134e78d2
commit
54d5c7ca84
2
Gemfile
2
Gemfile
|
@ -9,7 +9,7 @@ ruby RUBY_VERSION
|
||||||
#
|
#
|
||||||
# This will help ensure the proper Jekyll version is running.
|
# This will help ensure the proper Jekyll version is running.
|
||||||
# Happy Jekylling!
|
# 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
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
<div class="wrapper-footer">
|
<div class="wrapper-footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<footer class="footer">
|
<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>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue