Delete first post.
This commit is contained in:
parent
ed381c079b
commit
f8962a9740
1 changed files with 0 additions and 17 deletions
|
@ -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
|
||||
}
|
||||
```
|
Loading…
Reference in a new issue