Update example outputs

master
Kaushal Modi 9 years ago
parent 85de994c38
commit 46df446177
  1. 1
      example-site/content/singles/post-toml.md
  2. 1
      example-site/content/singles/post-yaml.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

@ -5,6 +5,7 @@ publishDate : 2017-07-22
expiryDate : 2017-07-23
tags : ["single", "yaml"]
categories : ["cat1", "cat2"]
draft : false
menu :
foo:
parent : "main"

Loading…
Cancel
Save