hide avatar in sidebar
All checks were successful
Build and Deploy / build (push) Successful in 10m39s

This commit is contained in:
2026-04-30 14:55:38 +02:00
parent ab65217cf1
commit 9d9e76e2d0

View File

@@ -0,0 +1,15 @@
---
---
/* prettier-ignore */
@use 'main
{%- if jekyll.environment == 'production' -%}
.bundle
{%- endif -%}
';
/* append your custom style below */
#sidebar #avatar {
display: none;
}