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.active[type] = true;
|
||||||
- Page.links = [];
|
- Page.links = [];
|
||||||
- if (type == "home") {
|
- if (type == "home") {
|
||||||
- Page.url = "";
|
- Page.url = "/";
|
||||||
- } else {
|
- } else {
|
||||||
- Page.url = "/" + type;
|
- Page.url = "/" + type;
|
||||||
- }
|
- }
|
||||||
|
|
Loading…
Reference in New Issue