main page shenanigans; added dateUpdate attribute to blog posts; updated banner to display them

This commit is contained in:
2026-04-02 15:50:30 +02:00
parent 3484efc498
commit f932793b62
6 changed files with 97 additions and 71 deletions

View File

@@ -15,7 +15,8 @@
<Content>
<Banner2
title="{data.title}"
date="{data.date}, {data.time}"
date="{data.date}"
dateUpdated="{data.dateUpdated}"
banner="{data.banner}"
bannerAlt="Banner for blog post '{data.title}'" />