Skip to content

Commit 81cfa31

Browse files
committed
fix usage on Customing Stylesheet
1 parent c9806df commit 81cfa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ And then add the following content:
4242
---
4343
---
4444

45-
@import {{ site.theme }}
45+
@import "{{ site.theme }}";
4646

4747
// add your style below
4848
```

0 commit comments

Comments
 (0)