From 3e76d6565603fafa2c85ad81d7b6345c4e279c72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 22:50:57 -0700 Subject: Rearrange all the docs to allow for a docs/major.minor/ setup --- _layouts/default.html | 21 +++++++++++++++++++++ 1 file changed, 21 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..e3642ac6d --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,21 @@ + + + + {% include header.html %} + + + +
+ Skip to main content +
+
+ + {% include nav-home.html %} + +
+ {{ content }} +
+ + {% include footer.html %} + + -- cgit v1.2.3 From 6ee35ced8650d65fbdbb5bbbe4575f53ae8fc801 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 29 May 2017 10:52:13 -0700 Subject: move scripts to separate include so we can include them across layouts even if the footer isn't there --- _layouts/default.html | 1 + 1 file changed, 1 insertion(+) (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html index e3642ac6d..d5e6b10b4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -17,5 +17,6 @@ {% include footer.html %} + {% include scripts.html %} -- cgit v1.2.3 From 92cfca79b1189b4cd89a8b71ba517466e0826bf3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 30 May 2017 13:25:26 -0700 Subject: rename files --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html index d5e6b10b4..0292da9fd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,7 @@ - {% include nav-home.html %} + {% include docs-navbar.html %}
{{ content }} -- cgit v1.2.3