fix usage on Customing Stylesheet

This commit is contained in:
Chao Xiang 2021-05-11 21:46:25 +08:00 committed by Cotes
parent daaa0adc38
commit 60c2160bf6

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
``` ```