update page layout
This commit is contained in:
@@ -1,5 +1,30 @@
|
||||
export default {
|
||||
index: 'My Homepage',
|
||||
contact: 'Contact Us',
|
||||
about: 'About Us'
|
||||
index: {
|
||||
title: 'Home',
|
||||
type: 'menu',
|
||||
items: {
|
||||
index: {
|
||||
title: 'Home',
|
||||
href: '/'
|
||||
},
|
||||
about: {
|
||||
title: 'About',
|
||||
href: '/about'
|
||||
},
|
||||
contact: {
|
||||
title: 'Contact Me',
|
||||
href: '/contact'
|
||||
}
|
||||
}
|
||||
},
|
||||
Math4111: {
|
||||
title: 'Math 4111',
|
||||
type: 'page'
|
||||
},
|
||||
about: {
|
||||
display: 'hidden'
|
||||
},
|
||||
contact: {
|
||||
display: 'hidden'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user