Skip to content

Commit 305ac87

Browse files
authored
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.
1 parent 250bd6a commit 305ac87

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/css/style.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
---
3+
4+
@import "{{ site.theme }}";
5+
6+
// Hide “This site is open source. Improve this page.”
7+
.footer {
8+
display: none;
9+
}

0 commit comments

Comments
 (0)