mirror of
https://github.com/tiennm99/styleguide.git
synced 2026-09-03 16:17:06 +00: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:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
// Hide “This site is open source. Improve this page.”
|
||||
.footer {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user