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,8 @@
|
|||
---
|
||||
title: Monero
|
||||
date: 2022-12-10
|
||||
tags: [crypto]
|
||||
---
|
||||
+++
|
||||
date = '2022-12-10'
|
||||
tags = ['crypto']
|
||||
title = 'Monero'
|
||||
+++
|
||||
|
||||
## Address
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue