diff --git a/site/docs/4.2/examples/blog/index.html b/site/docs/4.2/examples/blog/index.html index 71bcb8d910a3..607ca6e95846 100644 --- a/site/docs/4.2/examples/blog/index.html +++ b/site/docs/4.2/examples/blog/index.html @@ -4,6 +4,7 @@ extra_css: - "https://fonts.googleapis.com/css?family=Playfair+Display:700,900" - "blog.css" +include_js: false ---
diff --git a/site/docs/4.2/examples/sticky-footer/index.html b/site/docs/4.2/examples/sticky-footer/index.html index 828f7a5217ef..0d684ce92441 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 @@ extra_css: "sticky-footer.css" html_class: "h-100" body_class: "d-flex flex-column h-100" +include_js: false ---