mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
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:
parent
250bd6a4b0
commit
305ac8725a
9
assets/css/style.scss
Normal file
9
assets/css/style.scss
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
---
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
// Hide “This site is open source. Improve this page.”
|
||||
.footer {
|
||||
display: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user