diff --git a/packages/share-theme/src/templates/page.ejs b/packages/share-theme/src/templates/page.ejs index fcfcf4d23..15ba3efd5 100644 --- a/packages/share-theme/src/templates/page.ejs +++ b/packages/share-theme/src/templates/page.ejs @@ -57,6 +57,9 @@ const customServerYml = `- url: "{protocol}://{domain}:{port}/etapi" <% for (const cssRelation of note.getRelations("shareCss")) { %> <% } %> + <% if (!note.isLabelTruthy("shareOmitDefaultCss")) { %> + + <% } %> <% for (const jsRelation of note.getRelations("shareJs")) { %> <% } %>