fix usage on Customing Stylesheet

This commit is contained in:
Chao Xiang 2021-05-11 21:46:25 +08:00 committed by GitHub
parent daaa0adc38
commit 78fa5169a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ And then add the following content:
--- ---
--- ---
@import {{ site.theme }} @import "{{ site.theme }}";
// add your style below // add your style below
``` ```