summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.js')
-rw-r--r--site/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/site/index.js b/site/index.js
index 55752e5..6e5aed0 100644
--- a/site/index.js
+++ b/site/index.js
@@ -53,6 +53,13 @@ var app = okcms.createApp({
'/contact': {
data: {type: 'page', query: 'contact'}
},
+ '/all': {
+ data: {
+ type: 'project',
+ query: '*'
+ },
+ template: 'all'
+ },
'/retail/:id': {
data: {
type: 'project',