diff options
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -54,9 +54,10 @@ var app = okcms.createApp({ views: { '/': { - template: 'index', + template: 'entry', data: [ {type: 'entry', query: '*'}, + {type: 'testimonial', query: '*'}, ] }, '/entry/:id': { |
