From a8005b3d0b8599611e8bfc864e704b50411fcb69 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Jul 2013 17:41:30 -0700 Subject: flatten docs dir back into root --- _layouts/default.html | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 000000000..30a261ce8 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,73 @@ + + + + + {% include header.html %} + + + + + + {% include nav-main.html %} + + +
+
+

{{ page.title }}

+

{{ page.lead }}

+ {% include ads.html %} +
+
+ +
+
+
+
+ +
+
+
+ {{ content }} +
+
+ + + + Back to top + + +
+ + + + + + {% include footer.html %} + + + -- cgit v1.2.3