new: [date] modified in services
parent
7710904104
commit
3bfdabb6d0
1
Gemfile
1
Gemfile
|
@ -4,3 +4,4 @@ gem "jekyll", "~> 4.1"
|
|||
gem "jekyll-environment-variables"
|
||||
gem 'jemoji'
|
||||
gem 'rouge'
|
||||
gem 'jekyll-last-modified-at'
|
||||
|
|
|
@ -8,6 +8,7 @@ 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>
|
||||
|
|
Loading…
Reference in New Issue