summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
authorjulie lala <jules@okfoc.us>2015-05-08 04:12:28 -0400
committerjulie lala <jules@okfoc.us>2015-05-08 04:12:28 -0400
commit03a9bad5398309cd97d8989fe8d0b631b6349636 (patch)
tree5a6c06d45900aab09ef761c2a95964d63c3f004e /site/index.js
parent94744f592b43824fdd4c04ec2a5ef9f4e3c2d652 (diff)
about page
Diffstat (limited to 'site/index.js')
-rw-r--r--site/index.js6
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'}