convert existing tip file front matter to markdown to ensure support for cms

This commit is contained in:
KemoNine 2023-03-19 13:01:13 -04:00
parent ec5f9ab5a8
commit d4fb3aae0d

View file

@ -1,19 +1,17 @@
+++
title = "_Example"
author = "KemoNine"
publishDate = 2023-03-16
lastmod = 2023-03-18
toc = true
draft = false
categories = [
"blog",
"tips"
]
tags = [
"faq",
"example"
]
+++
---
title: _Example
author: KemoNine
publishDate: 2023-03-16
lastMod: 2023-03-18
toc: true
draft: false
categories:
- blog
- tips
tags:
- faq
- example
---
## Changelog
{{< back_to_top >}}