chore: cleanup
This commit is contained in:
parent
4786416144
commit
7f04c9fc3a
2 changed files with 5 additions and 23 deletions
|
@ -1,11 +1,5 @@
|
|||
export default async function () {
|
||||
return {
|
||||
footer: [
|
||||
{ name: 'Now' },
|
||||
{ name: 'Uses' },
|
||||
{ name: 'Save' },
|
||||
{ name: 'Blogroll' },
|
||||
],
|
||||
menu: [
|
||||
{ name: 'Posts', url: '/posts', icon: 'article'},
|
||||
{ name: 'Music', url: '/music', icon: 'headphones' },
|
||||
|
@ -17,6 +11,11 @@ export default async function () {
|
|||
{ name: 'Feeds', icon: 'rss' },
|
||||
{ name: 'Mastodon', icon: 'brand-mastodon' },
|
||||
],
|
||||
footer: [
|
||||
{ name: 'Now' },
|
||||
{ name: 'Uses' },
|
||||
{ name: 'Blogroll' },
|
||||
],
|
||||
social: [
|
||||
{ name: 'Email', url: '/contact', icon: 'at' },
|
||||
{ name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
|
||||
|
|
Reference in a new issue