diff options
| author | Julie Lala <jules@okfoc.us> | 2015-04-09 13:32:45 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-04-09 13:32:45 -0400 |
| commit | 3a28bacfc38cd0244ada6e74655d1e30d81d4d34 (patch) | |
| tree | 41e324d4301119941bf33f55ca6d925580d916bd /site/index.js | |
| parent | 70591083a1f7ea9ecf511b62d6a0a010a8da8c24 (diff) | |
video thumbnail and /all page
Diffstat (limited to 'site/index.js')
| -rw-r--r-- | site/index.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/site/index.js b/site/index.js index 55752e5..6e5aed0 100644 --- a/site/index.js +++ b/site/index.js @@ -53,6 +53,13 @@ var app = okcms.createApp({ '/contact': { data: {type: 'page', query: 'contact'} }, + '/all': { + data: { + type: 'project', + query: '*' + }, + template: 'all' + }, '/retail/:id': { data: { type: 'project', |
