styling tweaks, date formatting, blog tweaks
This commit is contained in:
parent
4260eb4134
commit
93858a4dd4
6 changed files with 37 additions and 9 deletions
|
@ -5,7 +5,8 @@ layout: 'base.njk'
|
|||
<div class="blog">
|
||||
<div class="blog-header">
|
||||
<h1>{{title}}</h1>
|
||||
<small>{{date}} {% if modified !== date %}(Last modified: {{modified}}){% endif %}</small> </br>
|
||||
<small>{{date | dateLocale}} {% if modified !== date %}(Last modified: {{modified | dateLocale}}){% endif %}</small>
|
||||
</br>
|
||||
<a href="/blog/"><- Back to posts list</a>
|
||||
</div>
|
||||
<div class="blog-content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue