From 9866053f0ce44721c11990c9f9407e7428757c99 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 May 2019 14:21:36 +0200 Subject: update bootstrap to version 4.3.1 --- vendor/twbs/bootstrap/site/_layouts/default.html | 2 +- vendor/twbs/bootstrap/site/_layouts/examples.html | 71 ++++++++++++++++++----- vendor/twbs/bootstrap/site/_layouts/redirect.html | 38 ------------ vendor/twbs/bootstrap/site/_layouts/simple.html | 20 ++++--- 4 files changed, 69 insertions(+), 62 deletions(-) delete mode 100644 vendor/twbs/bootstrap/site/_layouts/redirect.html (limited to 'vendor/twbs/bootstrap/site/_layouts') diff --git a/vendor/twbs/bootstrap/site/_layouts/default.html b/vendor/twbs/bootstrap/site/_layouts/default.html index 28f4cdccb..59f5c122b 100644 --- a/vendor/twbs/bootstrap/site/_layouts/default.html +++ b/vendor/twbs/bootstrap/site/_layouts/default.html @@ -8,7 +8,7 @@ {% include docs-navbar.html %} - {% if page.layout == "simple" or page.layout == "examples" %} + {% if page.layout == "simple" %} {{ content }} {% else %}
diff --git a/vendor/twbs/bootstrap/site/_layouts/examples.html b/vendor/twbs/bootstrap/site/_layouts/examples.html index 1f8fbcdec..cecd1145d 100644 --- a/vendor/twbs/bootstrap/site/_layouts/examples.html +++ b/vendor/twbs/bootstrap/site/_layouts/examples.html @@ -1,16 +1,55 @@ ---- -layout: default ---- - -
-
-

{{ page.title | smartify }}

-

{{ page.description | smartify }}

- Download source code -
- {% include ads.html %} -
- -
- {{ content }} -
+ + + + + + + + + {{ page.title | smartify }} · {{ site.title | smartify }} + + + + {% include stylesheet.html %} + + + + {%- for css in page.extra_css %} + + + {%- endfor %} + + + {{ content }} + + {%- if page.include_js != false -%} + + + + {%- if jekyll.environment == "production" -%} + + {%- else -%} + + {%- endif -%} + + {%- for js in page.extra_js %} + + {%- endfor %} + {%- endif -%} + + diff --git a/vendor/twbs/bootstrap/site/_layouts/redirect.html b/vendor/twbs/bootstrap/site/_layouts/redirect.html deleted file mode 100644 index a30e77bf4..000000000 --- a/vendor/twbs/bootstrap/site/_layouts/redirect.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - Bootstrap · Content moved - - - - - - - -

Redirecting…

- Click here if you are not redirected - - diff --git a/vendor/twbs/bootstrap/site/_layouts/simple.html b/vendor/twbs/bootstrap/site/_layouts/simple.html index dfd9afd16..bbf808df3 100644 --- a/vendor/twbs/bootstrap/site/_layouts/simple.html +++ b/vendor/twbs/bootstrap/site/_layouts/simple.html @@ -2,11 +2,17 @@ layout: default --- -
-
-

{{ page.title | smartify }}

+
+
+

{{ page.title | smartify }}

{{ page.description | smartify }}

- {% include ads.html %} - {{ content }} -
-
+ {%- if page.title == "Examples" -%} + Download source code + {%- endif -%} + + {% include ads.html %} + + +
+ {{ content }} +
-- cgit v1.2.3