Add modify time
This commit is contained in:
parent
4890ebfb65
commit
b907572926
3 changed files with 7 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -22,6 +22,7 @@ group :jekyll_plugins do
|
|||
gem 'jekyll-sitemap', '~> 1.4'
|
||||
gem 'jekyll-compose', '~> 0.12.0'
|
||||
gem 'jekyll-postfiles', '~> 3.1'
|
||||
gem "jekyll-last-modified-at"
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
|
|
|
@ -66,3 +66,7 @@ plugins:
|
|||
- jekyll-feed
|
||||
- jekyll-sitemap
|
||||
- jekyll-postfiles
|
||||
- jekyll-last-modified-at
|
||||
|
||||
last-modified-at:
|
||||
date-format: 'Last updated at %B %d, %Y at %I:%M %p UTC%:::z'
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<footer class="footer">
|
||||
<span>© {{ site.time | date: "%Y" }} Swee, Savalio, and other SweeBlogs contributors.</span>
|
||||
<br>
|
||||
<small>{% last_modified_at %}</small>
|
||||
<br>
|
||||
<small>Made with Jekyll</small>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue