From c064eef67b168e2f6c61e575f0e99988eceac6f9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 14 Aug 2015 22:45:55 -0700 Subject: Massive cleanup - Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color --- docs/_layouts/docs.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/_layouts/docs.html (limited to 'docs/_layouts/docs.html') diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html new file mode 100644 index 000000000..a01a85097 --- /dev/null +++ b/docs/_layouts/docs.html @@ -0,0 +1,36 @@ + + + + {% include header.html %} + + + +
+ Skip to main content +
+
+ + {% include nav-home.html %} + +
+
+ {% include page-headers.html %} + {% include ads.html %} +
+
+ +
+
+
+ {% include nav-docs.html %} +
+
+

{{ page.title }}

+ {{ content }} +
+
+
+ + {% include footer.html %} + + -- cgit v1.2.3