[+] Add home as a type

This commit is contained in:
Hykilpikonna
2019-12-25 17:36:07 -05:00
parent ce3c1923cf
commit 91797cf195
+3
View File
@@ -110,6 +110,9 @@ export default class App extends Vue
// Sort by date
this.artworks.sort((a, b) => b.date.getTime() - a.date.getTime());
// Add home as a type
this.config.types.unshift({type: 'Home', posts: []});
}
/**