Skip to content

Commit

Permalink
small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sintaxi committed Mar 5, 2013
1 parent 75e7a1e commit 87b347d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ You Files named `_data.json` are special and make data available to templates.
Your `_data.json` file may look contain the following...

{ <-- avaliable to all templates as `globals.public.articles.data`
{ <-- avaliable to all templates as globals.public.articles.data
"hello-world": { <-- because this matches the filename, these variables will be
"title": "Hello World. My very first Article.", made available in the hello-world.jade template when being
"date": "Feb 28, 2013" served. This object is also available in all the templates
}, as `globals.public.articles.data.hello-world`.
}, as globals.public.articles.data.hello-world.
"hello-brazil": {
"title": "Hello Brazil. I like Brazil too.",
"date": "March 4, 2013"
Expand Down

0 comments on commit 87b347d

Please sign in to comment.