]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
examples: remove JS from blog and sticky footer. (#28173)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 4 Feb 2019 21:42:23 +0000 (23:42 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Feb 2019 21:42:23 +0000 (23:42 +0200)
They don't use it.

site/docs/4.2/examples/blog/index.html
site/docs/4.2/examples/sticky-footer/index.html

index 71bcb8d910a3c8d07792fbe95844125935c83fda..607ca6e9584644d684f619ead1d8a38bedcb0454 100644 (file)
@@ -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">
index 828f7a5217ef6a514935bdff5c31823aff60e983..0d684ce924418485a09e89640504cd266d9b0270 100644 (file)
@@ -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 -->