Skip to content

Commit d8fcd82

Browse files
committed
Remove "internal" attribute from Index.
1 parent 6b15189 commit d8fcd82

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

maki.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ maki.define('Plugin', {
118118

119119
maki.define('Index', {
120120
name: 'Index',
121-
template: 'splash',
122121
templates: {
123122
query: 'splash'
124123
},
@@ -129,11 +128,8 @@ maki.define('Index', {
129128
routes: {
130129
query: '/'
131130
},
132-
names: {
133-
query: 'splash'
134-
},
135131
static: true,
136-
internal: true
132+
//internal: true
137133
});
138134

139135
/*var Analytics = require('maki-analytics');

0 commit comments

Comments
 (0)