From 7d0f7e84412ab8018e6e9211f9e6a0f47d1100ce Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 29 Apr 2014 15:54:05 -0700 Subject: add button to toggle the optional theme when viewing the docs; fixes #9764 --- docs/_includes/header.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e12545ecc..87d20a132 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -15,6 +15,10 @@ +{% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} + + +{% endif %} -- cgit v1.2.3