From 6c24c687ee9f5a8646ff06b4d29a626d4cdb6acb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Jul 2017 15:38:07 -0700 Subject: [PATCH] move skippy and v4 notice to partials --- docs/_includes/skippy.html | 1 + docs/_includes/v4.html | 1 + docs/_layouts/default.html | 7 ++----- docs/_layouts/home.html | 7 ++----- 4 files changed, 6 insertions(+), 10 deletions(-) create mode 100644 docs/_includes/skippy.html create mode 100644 docs/_includes/v4.html diff --git a/docs/_includes/skippy.html b/docs/_includes/skippy.html new file mode 100644 index 0000000000..65be98a547 --- /dev/null +++ b/docs/_includes/skippy.html @@ -0,0 +1 @@ +
Skip to main content
diff --git a/docs/_includes/v4.html b/docs/_includes/v4.html new file mode 100644 index 0000000000..9171930d02 --- /dev/null +++ b/docs/_includes/v4.html @@ -0,0 +1 @@ +Looking for Bootstrap 4? diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 670f538f2d..dd2b850db4 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,17 +1,14 @@ - {% include header.html %} -
Skip to main content
- Aww yeah, Bootstrap 4 is coming! + {% include skippy.html %} + {% include v4.html %} - {% include nav/main.html %} -

{{ page.title }}

diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 8ec943e254..011b533650 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -1,17 +1,14 @@ - {% include header.html %} -
Skip to main content
- Aww yeah, Bootstrap 4 is coming! + {% include skippy.html %} + {% include v4.html %} - {% include nav/main.html %} - {{ content }} {% include footer.html %}