fix(export/share): favicon working only on top-level

This commit is contained in:
Elian Doran
2025-10-28 18:23:11 +02:00
parent 2a1ecdbdca
commit 88d90fdedd
2 changed files with 5 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="<% if (note.hasRelation("shareFavicon")) { %>api/notes/<%= note.getRelation("shareFavicon").value %>/download<% } else { %>../favicon.ico<% } %>">
<link rel="shortcut icon" href="<%= faviconUrl %>">
<% for (const url of cssToLoad) { %>
<link href="<%= url %>" rel="stylesheet">
<% } %>