typo: missing semicolon
This commit is contained in:
parent
2660a571c4
commit
81a1bdd407
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ site.use(googleFonts({
|
||||||
}));
|
}));
|
||||||
|
|
||||||
site.copy("/styles");
|
site.copy("/styles");
|
||||||
site.copy("favicon.svg")
|
site.copy("favicon.svg");
|
||||||
|
|
||||||
site.data("djot", djotRender);
|
site.data("djot", djotRender);
|
||||||
site.filter("djot", djotRender);
|
site.filter("djot", djotRender);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue