diff options
| author | Mark Otto <[email protected]> | 2013-12-28 23:08:46 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-28 23:08:46 -0800 |
| commit | 70b8b330f04960091a99c159f7346ac99d22f31f (patch) | |
| tree | 2da301f07a4c452732581c837d0eb2d51bb5b20a /docs | |
| parent | f10cf21a8ff30d4af3a0452ab9a49462cd9c4faa (diff) | |
| download | bootstrap-70b8b330f04960091a99c159f7346ac99d22f31f.tar.xz bootstrap-70b8b330f04960091a99c159f7346ac99d22f31f.zip | |
no more page.base_url
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about.html | 1 | ||||
| -rw-r--r-- | docs/components.html | 1 | ||||
| -rw-r--r-- | docs/css.html | 1 | ||||
| -rw-r--r-- | docs/customize.html | 1 | ||||
| -rw-r--r-- | docs/index.html | 1 | ||||
| -rw-r--r-- | docs/javascript.html | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/docs/about.html b/docs/about.html index b554d4546..91704469d 100644 --- a/docs/about.html +++ b/docs/about.html @@ -3,7 +3,6 @@ layout: default title: About slug: about lead: "Learn about the history of Bootstrap, meet the core team, and check out the ever-growing community resources." -base_url: "../" --- diff --git a/docs/components.html b/docs/components.html index a2e351285..5cb0bfc20 100644 --- a/docs/components.html +++ b/docs/components.html @@ -3,7 +3,6 @@ layout: default title: Components slug: components lead: "Over a dozen reusable components built to provide iconography, dropdowns, navigation, alerts, popovers, and much more." -base_url: "../" --- diff --git a/docs/css.html b/docs/css.html index b5c59fdb7..91cd0218c 100644 --- a/docs/css.html +++ b/docs/css.html @@ -3,7 +3,6 @@ layout: default title: CSS slug: css lead: "Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system." -base_url: "../" --- diff --git a/docs/customize.html b/docs/customize.html index 2b9e5d770..fbd7a1d27 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -3,7 +3,6 @@ layout: default title: Customize and download slug: customize lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to get your very own version. -base_url: "../" --- <!-- Customizer form --> diff --git a/docs/index.html b/docs/index.html index d901dc58c..b63ae7843 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,7 +1,6 @@ --- layout: home title: Bootstrap -base_url: "./" --- <main class="bs-masthead" id="content" role="main"> diff --git a/docs/javascript.html b/docs/javascript.html index 7280852ce..0f24cdd58 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -3,7 +3,6 @@ layout: default title: JavaScript slug: js lead: "Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one." -base_url: "../" --- |
