Template from _data.json

This commit is contained in:
David East 2015-02-21 13:11:11 -08:00
parent 63e5bbe93e
commit 11a5019350
4 changed files with 4 additions and 8 deletions

View File

@ -1,5 +1,3 @@
{
"quickstart": {
"lang": "dart"
}
"lang": "dart"
}

View File

@ -1,3 +1,3 @@
h1 Dart Quickstart
!= partial("../_quickstart")
!= partial("../_quickstart", public.docs.dart._data)

View File

@ -1,5 +1,3 @@
{
"quickstart": {
"lang": "js"
}
"lang": "js"
}

View File

@ -1,3 +1,3 @@
h1 JavaScript Quickstart
!= partial("../_quickstart")
!= partial("../_quickstart", public.docs.js._data)