diff --git a/example-site/content/singles/post-toml.md b/example-site/content/singles/post-toml.md index 07a927e..76994a4 100644 --- a/example-site/content/singles/post-toml.md +++ b/example-site/content/singles/post-toml.md @@ -5,6 +5,7 @@ publishDate = 2017-07-22 expiryDate = 2017-07-23 tags = ["single", "toml"] categories = ["cat1", "cat2"] +draft = false [menu.foo] parent = "main" weight = 10 diff --git a/example-site/content/singles/post-yaml.md b/example-site/content/singles/post-yaml.md index 4c61736..d1016c7 100644 --- a/example-site/content/singles/post-yaml.md +++ b/example-site/content/singles/post-yaml.md @@ -5,6 +5,7 @@ publishDate : 2017-07-22 expiryDate : 2017-07-23 tags : ["single", "yaml"] categories : ["cat1", "cat2"] +draft : false menu : foo: parent : "main"