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 ---
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 ---