diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-05-01 19:24:02 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-05-01 19:24:02 -0400 |
| commit | 54287ebd1ffc4fe00d1481ad8b4d14b3f23b1ffc (patch) | |
| tree | 9337aa84c1016c9375c4b2a13af999c6273636f8 /site/index.js | |
| parent | e75bc9e99c672d774e1e935b37c73970d7b6d2c8 (diff) | |
contact section in column, looks terrible
Diffstat (limited to 'site/index.js')
| -rw-r--r-- | site/index.js | 3 |
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: '*'}, |
