generated from pixx/chirpy-starter
hide avatar in sidebar
All checks were successful
Build and Deploy / build (push) Successful in 10m39s
All checks were successful
Build and Deploy / build (push) Successful in 10m39s
This commit is contained in:
15
assets/css/jekyll-theme-chirpy.scss
Normal file
15
assets/css/jekyll-theme-chirpy.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
---
|
||||
|
||||
/* prettier-ignore */
|
||||
@use 'main
|
||||
{%- if jekyll.environment == 'production' -%}
|
||||
.bundle
|
||||
{%- endif -%}
|
||||
';
|
||||
|
||||
/* append your custom style below */
|
||||
|
||||
#sidebar #avatar {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user