From 1accd37aa07fa15485a85a9e2ff316aaba51333e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 4 Feb 2019 23:42:23 +0200 Subject: [PATCH] examples: remove JS from blog and sticky footer. (#28173) They don't use it. --- site/docs/4.2/examples/blog/index.html | 1 + site/docs/4.2/examples/sticky-footer/index.html | 1 + 2 files changed, 2 insertions(+) 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 ---