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,9 +1,9 @@
|
|||
---
|
||||
title: Abendliche Bewölkung
|
||||
date: 2023-07-19T10:48:33+02:00
|
||||
description: "über Regensburg"
|
||||
tags: [fotos, regensburg]
|
||||
---
|
||||
+++
|
||||
date = '2023-07-19T10:48:33+02:00'
|
||||
description = 'über Regensburg'
|
||||
tags = ['fotos', 'regensburg']
|
||||
title = 'Abendliche Bewölkung'
|
||||
+++
|
||||
|
||||
{{< figure
|
||||
src="./abendliche-bewoelkung.webp"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
title: Ustronie Morskie
|
||||
description: Polen
|
||||
date: 2025-11-15T21:53:01+01:00
|
||||
tags: [fotos, polen]
|
||||
---
|
||||
+++
|
||||
date = '2025-11-15T21:53:01+01:00'
|
||||
description = 'Polen'
|
||||
tags = ['fotos', 'polen']
|
||||
title = 'Ustronie Morskie'
|
||||
+++
|
||||
|
||||
{{< figure
|
||||
src="holzwall.jpeg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue