From 305ac8725a166ed42e3f5dd3f80d6de2cf840ef1 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Fri, 28 Feb 2020 11:03:30 -0500 Subject: [PATCH] =?UTF-8?q?Hide=20=E2=80=9CThis=20site=20is=20open=20sourc?= =?UTF-8?q?e.=20Improve=20this=20page.=E2=80=9D=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This hides the message shown at the bottom of pages served from https://google.github.io/styleguide. --- assets/css/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 assets/css/style.scss diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..ac1915e --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,9 @@ +--- +--- + +@import "{{ site.theme }}"; + +// Hide “This site is open source. Improve this page.” +.footer { + display: none; +}