Skip to content

Commit

Permalink
more fields for the sample json template
Browse files Browse the repository at this point in the history
  • Loading branch information
blackant committed Dec 10, 2010
1 parent ddcfcdb commit d0b2df7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion templates/json_feed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,17 @@ foreach $root do
{
"title": "@title",
"thumb": "@thumb",
"url": "@url",
"date": "@date",
"updated": "@updated",
"title": "@title",
"url": "@url"
"content": "@content",
"images": [
foreach $images do
"url": "@url",
"name": "@name"
endforeach
],
}
if !@is_last do
,
Expand Down

0 comments on commit d0b2df7

Please sign in to comment.