This commit is contained in:
ines 2017-12-16 13:48:19 +01:00
parent 7a6f24a194
commit 21482b391b

View File

@ -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)