summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-05-01 19:24:02 -0400
committerJules Laplace <jules@okfoc.us>2015-05-01 19:24:02 -0400
commit54287ebd1ffc4fe00d1481ad8b4d14b3f23b1ffc (patch)
tree9337aa84c1016c9375c4b2a13af999c6273636f8 /site/index.js
parente75bc9e99c672d774e1e935b37c73970d7b6d2c8 (diff)
contact section in column, looks terrible
Diffstat (limited to 'site/index.js')
-rw-r--r--site/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/index.js b/site/index.js
index 50bd870..712c01c 100644
--- a/site/index.js
+++ b/site/index.js
@@ -61,7 +61,8 @@ var app = okcms.createApp({
views: {
'/': {
data: [
- {type: 'page', query: '*'},
+ {type: 'page', query: 'contact'},
+// {type: 'shape', query: 'about-images'},
{type: 'shape', query: 'shape-images'},
{type: 'retail', query: '*'},
{type: 'advertising', query: '*'},