diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-30 22:35:03 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-30 22:35:03 -0700 |
commit | 07f7c974724d1ab1f86131d2a75cff3f52ace5c4 (patch) | |
tree | 9fa02dac5e8aa7e0e2f3ba74c3b862ae6e2c9857 | |
parent | 3ba9236ae25cdf4a2b80b7a1f860edbf2e749e39 (diff) |
sync example content type fields
-rw-r--r-- | cmd/ponzu/options.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/options.go b/cmd/ponzu/options.go index 468a447..b23ab2d 100644 --- a/cmd/ponzu/options.go +++ b/cmd/ponzu/options.go @@ -75,7 +75,7 @@ type {{ .name }} struct { Title string ` + "`json:" + `"title"` + "`" + ` Content string ` + "`json:" + `"content"` + "`" + ` Author string ` + "`json:" + `"author"` + "`" + ` - Photo string ` + "`json:" + `"picture"` + "`" + ` + Photo string ` + "`json:" + `"photo"` + "`" + ` Category []string ` + "`json:" + `"category"` + "`" + ` Theme string ` + "`json:" + `"theme"` + "`" + ` } |