Convert frontmatter from YAML to TOML
This commit is contained in:
parent
709cb556c1
commit
b1e32b2c9f
15 changed files with 78 additions and 84 deletions
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
title: Email
|
||||
date: 2026-02-20T15:46:52+01:00
|
||||
description:
|
||||
tags: micro
|
||||
---
|
||||
+++
|
||||
date = '2026-02-20T15:46:52+01:00'
|
||||
tags = 'micro'
|
||||
title = 'Email'
|
||||
+++
|
||||
|
||||
It's a shame we don't have _ubiquitous decentralized chat_ equivalent to **email**. I know **Matrix** and **XMPP** exist, but neither are complete enough. And they dont't have a lot of users.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue