add a tagging system to the website
This commit is contained in:
parent
701da6bc4b
commit
e1b6578b2a
97 changed files with 1025 additions and 979 deletions
|
@ -190,16 +190,6 @@ CommandLine.registerCommand({
|
|||
},
|
||||
});
|
||||
|
||||
CommandLine.registerCommand({
|
||||
aliases: ["new", "n"],
|
||||
description: "go to news feed",
|
||||
immediate: true,
|
||||
|
||||
run() {
|
||||
window.location = `${TREEHOUSE_SITE}/treehouse/new`;
|
||||
},
|
||||
});
|
||||
|
||||
CommandLine.registerCommand({
|
||||
aliases: ["index", "i", "-w-"],
|
||||
description: "go home",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue