From 33e32bffc8209fa88acec2a8ae9490e2a7595988 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Jan 2015 20:03:08 -0800 Subject: new headers, ad placements, intro paragraphs on several pages, etc --- docs/_layouts/default.html | 42 +----------------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index ecc5e7477..fc58f859a 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -11,47 +11,7 @@ - {% include nav-docs.html %} - -
-
- {% if page.url contains "getting-started" %} -

Getting started

-

Learn how to quickly start a new project with Bootstrap with downloads, basic templates and examples, and more.

- {% elsif page.url contains "layout" %} -

Layout

-

Grid system, containers, media object, and responsive utilities for organization pages.

- {% elsif page.url contains "content" %} -

Components

-

- Styles and patterns for common HTML elements like typography, tables, forms, and more. -

- {% elsif page.url contains "components" %} -

Components

-

- Custom design patterns built as reusable components, including dropdowns, input groups, navigation, alerts, and more. -

- {% elsif page.url contains "javascript" %} -

JavaScript

-

Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one.

- {% elsif page.url contains "examples" %} -

Examples

-

Build on the basic template above with Bootstrap's many components. Customize and adapt Bootstrap to suit your individual project's needs.

- {% elsif page.url contains "about" %} -

About

-

Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand.

- {% elsif page.url contains "migration" %} -

Migration

-

Bootstrap 4 is not backwards compatible with v3.x.x. Use this section as a general guide to upgrading from v3.x.x to v4.0.0.

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