diff --git a/packages/share-theme/src/templates/page.ejs b/packages/share-theme/src/templates/page.ejs
index b3f8f2d19..d443def7e 100644
--- a/packages/share-theme/src/templates/page.ejs
+++ b/packages/share-theme/src/templates/page.ejs
@@ -10,7 +10,6 @@
api/notes/<%= note.getRelation("shareFavicon").value %>/download<% } else { %>../favicon.ico<% } %>">
-
<% if (!note.isLabelTruthy("shareOmitDefaultCss")) { %>
<% } %>
@@ -51,9 +50,6 @@ const customServerYml = `- url: "{protocol}://{domain}:{port}/etapi"
<% } %>
- <% if (note.type === "text" || note.type === "book") { %>
-
- <% } %>
<% for (const cssRelation of note.getRelations("shareCss")) { %>
<% } %>