blog/_example/test.md

199 B

title = "Test" author = "jolheiser" date = 2021-10-01 tags = ["test", "example"]
title = "Test" author = "jolheiser" date = 2021-10-01 tags = ["test", "example"]

Testing

This is a test

package main

import "fmt"

func main() {
	fmt.Println("Hello, blog!")
}