From 3ad0cf9e9417cc86ca6d18f2d47049e9180aef99 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 17 Jul 2013 22:58:49 -0700 Subject: add callouts for bootstrap 2.3.2 docs and 3.0 rc1 post --- docs/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_layouts') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 019d7626a..e3a440cb9 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,4 +1,4 @@ - + -- cgit v1.2.3 From d7d1c2a767987c8aec0745ea5f26ab319b55f5af Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 17 Jul 2013 23:22:28 -0700 Subject: add ads to v3 docs --- docs/_layouts/default.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_layouts') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 019d7626a..5d6954465 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -15,6 +15,7 @@

{{ page.title }}

{{ page.lead }}

+ {% include ads.html %}
-- cgit v1.2.3 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 --- docs/_layouts/default.html | 73 ---------------------------------------------- docs/_layouts/home.html | 20 ------------- 2 files changed, 93 deletions(-) delete mode 100644 docs/_layouts/default.html delete mode 100644 docs/_layouts/home.html (limited to 'docs/_layouts') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html deleted file mode 100644 index 30a261ce8..000000000 --- a/docs/_layouts/default.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - {% include header.html %} - - - - - - {% include nav-main.html %} - - -
-
-

{{ page.title }}

-

{{ page.lead }}

- {% include ads.html %} -
-
- -
-
-
-
- -
-
-
- {{ content }} -
-
- - - - Back to top - - -
- - - - - - {% include footer.html %} - - - diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html deleted file mode 100644 index 9230184dc..000000000 --- a/docs/_layouts/home.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - {% include header.html %} - - - - - - {% include nav-main.html %} - - - {{ content }} - - - {% include footer.html %} - - - -- cgit v1.2.3