diff options
Diffstat (limited to 'drafts/posts/apple-time.md')
| -rw-r--r-- | drafts/posts/apple-time.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drafts/posts/apple-time.md b/drafts/posts/apple-time.md new file mode 100644 index 0000000..e012fc5 --- /dev/null +++ b/drafts/posts/apple-time.md @@ -0,0 +1,21 @@ ++++ +title = "My first post" +summary = "Stub post for buildablog" ++++ + +# Roses are red + +Violets are blue, etc. +<br> +```go +package main + +import "fmt" + +func main() { + fmt.Println("Hello world!") +} +``` +<br> + +[This is a link](https://example.com) |
