new: [date] modified in services

main
Alexandre Dulaunoy 2021-02-26 09:28:03 +01:00
parent 7710904104
commit 3bfdabb6d0
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 3 additions and 1 deletions

View File

@ -4,3 +4,4 @@ gem "jekyll", "~> 4.1"
gem "jekyll-environment-variables"
gem 'jemoji'
gem 'rouge'
gem 'jekyll-last-modified-at'

View File

@ -8,7 +8,8 @@ layout: default
<div class="service service-single">
<h1 class="title">{{page.title}}</h1>
<div class="content">{{content}}</div>
<p>Last modified - {% last_modified_at %}</p>
</div>
</div>
</div>
</div>
</div>