blog/_example/test.md

20 lines
199 B
Markdown
Raw Normal View History

---
title = "Test"
author = "jolheiser"
date = 2021-10-01
tags = ["test", "example"]
---
# Testing
This is a test
```go
package main
import "fmt"
func main() {
fmt.Println("Hello, blog!")
}
```