mirror of https://github.com/explosion/spaCy.git
trailing slash for home
This commit is contained in:
parent
5ed08249a4
commit
194b03fc5f
|
@ -27,7 +27,7 @@
|
|||
- Page.active[type] = true;
|
||||
- Page.links = [];
|
||||
- if (type == "home") {
|
||||
- Page.url = "";
|
||||
- Page.url = "/";
|
||||
- } else {
|
||||
- Page.url = "/" + type;
|
||||
- }
|
||||
|
|
Loading…
Reference in New Issue