From 3cd4b1b67eb44825e1a9dcf431c0b519153d29e8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 9 Jun 2025 14:28:13 +0300 Subject: [PATCH] chore(share): remove redundant script import --- packages/share-theme/src/templates/page.ejs | 4 ---- 1 file changed, 4 deletions(-) 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")) { %> <% } %>