Convert frontmatter from YAML to TOML

This commit is contained in:
Jan Kremer 2026-03-10 08:23:16 +01:00
parent 709cb556c1
commit b1e32b2c9f
No known key found for this signature in database
15 changed files with 78 additions and 84 deletions

View file

@ -1,9 +1,8 @@
---
title: Use Timestamps
date: 2023-11-15T10:12:30+01:00
tags:
- micro
---
+++
date = '2023-11-15T10:12:30+01:00'
tags = ['micro']
title = 'Use Timestamps'
+++
Every blog post should include a timestamp.
In fact, this extends to almost anything online and even offline.