Hide “This site is open source. Improve this page.” footer

This hides the message shown at the bottom of pages served from
https://google.github.io/styleguide.
This commit is contained in:
Mark Mentovai
2020-02-28 11:03:30 -05:00
committed by GitHub
parent 250bd6a4b0
commit 305ac8725a
+9
View File
@@ -0,0 +1,9 @@
---
---
@import "{{ site.theme }}";
// Hide “This site is open source. Improve this page.”
.footer {
display: none;
}