summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-08-29 01:29:02 +0200
committerJules Laplace <julescarbon@gmail.com>2017-08-29 01:29:02 +0200
commitb24aa6fa2c2929bede2e431b7b45261b4fc2185b (patch)
tree859ec44ef2b326b620fce7f85d6813a6e8e76de6 /index.js
parent1b97ac807662ae15e65bdd8cb2022ffb62307f9e (diff)
arrows
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.js b/index.js
index ea922cb..f5d787c 100644
--- a/index.js
+++ b/index.js
@@ -55,6 +55,9 @@ var app = okcms.createApp({
views: {
'/': {
template: 'index',
+ data: [
+ {type: 'entry', query: '*'},
+ ]
},
'/entry/:id': {
template: 'entry',