diff options
| author | XhmikosR <[email protected]> | 2019-02-04 23:42:23 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-04 23:42:23 +0200 |
| commit | 1accd37aa07fa15485a85a9e2ff316aaba51333e (patch) | |
| tree | 00ba75ac180f0dc6825ccfe0df8bfe84f7f9647e | |
| parent | d4e782efab8b8d70cd92fec6cea9578c80b0a73e (diff) | |
| download | bootstrap-1accd37aa07fa15485a85a9e2ff316aaba51333e.tar.xz bootstrap-1accd37aa07fa15485a85a9e2ff316aaba51333e.zip | |
examples: remove JS from blog and sticky footer. (#28173)
They don't use it.
| -rw-r--r-- | site/docs/4.2/examples/blog/index.html | 1 | ||||
| -rw-r--r-- | site/docs/4.2/examples/sticky-footer/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/site/docs/4.2/examples/blog/index.html b/site/docs/4.2/examples/blog/index.html index 71bcb8d91..607ca6e95 100644 --- a/site/docs/4.2/examples/blog/index.html +++ b/site/docs/4.2/examples/blog/index.html @@ -4,6 +4,7 @@ title: Blog Template extra_css: - "https://fonts.googleapis.com/css?family=Playfair+Display:700,900" - "blog.css" +include_js: false --- <div class="container"> diff --git a/site/docs/4.2/examples/sticky-footer/index.html b/site/docs/4.2/examples/sticky-footer/index.html index 828f7a521..0d684ce92 100644 --- a/site/docs/4.2/examples/sticky-footer/index.html +++ b/site/docs/4.2/examples/sticky-footer/index.html @@ -4,6 +4,7 @@ title: Sticky Footer Template extra_css: "sticky-footer.css" html_class: "h-100" body_class: "d-flex flex-column h-100" +include_js: false --- <!-- Begin page content --> |
