From 60c2160bf6309e2694a5ec89d263495a3a85a11f Mon Sep 17 00:00:00 2001 From: Chao Xiang Date: Tue, 11 May 2021 21:46:25 +0800 Subject: [PATCH] fix usage on Customing Stylesheet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8157df5..d268677 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ And then add the following content: --- --- -@import {{ site.theme }} +@import "{{ site.theme }}"; // add your style below ```