diff options
Diffstat (limited to 'site/index.js')
| -rw-r--r-- | site/index.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/site/index.js b/site/index.js index 712c01c..4c5c2ca 100644 --- a/site/index.js +++ b/site/index.js @@ -71,7 +71,11 @@ var app = okcms.createApp({ ] }, '/about': { - data: {type: 'page', query: 'about'} + data: [ + {type: 'page', query: 'about'}, + {type: 'shape', query: 'about-images'}, + ], + template: 'about' }, '/contact': { data: {type: 'page', query: 'contact'} |
