9 lines
87 B
Go
9 lines
87 B
Go
package initer
|
|
|
|
var defaultIndex string = `---
|
|
title: Your website
|
|
---
|
|
|
|
Some content
|
|
`
|