styling tweaks, date formatting, blog tweaks

This commit is contained in:
Rik Berkelder 2025-01-29 01:42:26 +01:00
parent 4260eb4134
commit 93858a4dd4
6 changed files with 37 additions and 9 deletions

View file

@ -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/">&lt;- Back to posts list</a>
</div>
<div class="blog-content">