We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ac7f6 commit c06981bCopy full SHA for c06981b
pages/page.go
@@ -91,7 +91,7 @@ func (page *Page) CreatedMonth() time.Month {
91
// FrontMatter returns the front-matter of the page
92
func (page *Page) FrontMatter() string {
93
return fmt.Sprintf(
94
- "---\ndate: %s\ntitle: %s\ntags: %s\n---\n\n",
+ "---\nlayout: default\ndate: %s\ntitle: %s\ntags: %s\n---\n\n",
95
page.Date,
96
page.Title,
97
page.TagsStr,
0 commit comments