Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-05 00:42:23 +0300
committerGitHub <noreply@github.com>2019-02-05 00:42:23 +0300
commit1accd37aa07fa15485a85a9e2ff316aaba51333e (patch)
tree00ba75ac180f0dc6825ccfe0df8bfe84f7f9647e /site
parentd4e782efab8b8d70cd92fec6cea9578c80b0a73e (diff)
examples: remove JS from blog and sticky footer. (#28173)
They don't use it.
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.2/examples/blog/index.html1
-rw-r--r--site/docs/4.2/examples/sticky-footer/index.html1
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 71bcb8d910..607ca6e958 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 828f7a5217..0d684ce924 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 -->