mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 01:04:34 +03:00
Fix head
This commit is contained in:
parent
7a6f24a194
commit
21482b391b
|
@ -8,6 +8,7 @@ include _includes/_mixins
|
||||||
|
|
||||||
doctype html
|
doctype html
|
||||||
html(lang="en")
|
html(lang="en")
|
||||||
|
head
|
||||||
title
|
title
|
||||||
if SECTION == "api" || SECTION == "usage" || SECTION == "models"
|
if SECTION == "api" || SECTION == "usage" || SECTION == "models"
|
||||||
- var title_section = (SECTION == "api") ? "API" : SECTION.charAt(0).toUpperCase() + SECTION.slice(1)
|
- var title_section = (SECTION == "api") ? "API" : SECTION.charAt(0).toUpperCase() + SECTION.slice(1)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user