Delete first post.

This commit is contained in:
Sergio Durigan Junior 2023-04-17 14:00:18 -04:00
parent ed381c079b
commit f8962a9740

View file

@ -1,17 +0,0 @@
+++
title = "My first post"
author = ["Sergio Durigan Junior"]
date = 2023-04-16T22:02:00-04:00
tags = ["en-us", "thoughts"]
draft = false
+++
This is my post body
```bash { linenos=true, linenostart=1, hl_lines=["4"] }
function test()
{
echo "Oi"
return
}
```