|
|
|
@ -7,7 +7,7 @@
|
|
|
|
<link rel="shortcut icon" href="<% if (note.hasRelation("shareFavicon")) { %>api/notes/<%= note.getRelation("shareFavicon").value %>/download<% } else { %>../favicon.ico<% } %>">
|
|
|
|
<link rel="shortcut icon" href="<% if (note.hasRelation("shareFavicon")) { %>api/notes/<%= note.getRelation("shareFavicon").value %>/download<% } else { %>../favicon.ico<% } %>">
|
|
|
|
<script src="<%= appPath %>/share.js" type="module"></script>
|
|
|
|
<script src="<%= appPath %>/share.js" type="module"></script>
|
|
|
|
<% if (!isDev && !note.isLabelTruthy("shareOmitDefaultCss")) { %>
|
|
|
|
<% if (!isDev && !note.isLabelTruthy("shareOmitDefaultCss")) { %>
|
|
|
|
<link href="<%= assetPath %>/stylesheets/share.css" rel="stylesheet">
|
|
|
|
<link href="<%= assetPath %>/src/share.css" rel="stylesheet">
|
|
|
|
<% } %>
|
|
|
|
<% } %>
|
|
|
|
|
|
|
|
|
|
|
|
<% for (const cssRelation of note.getRelations("shareCss")) { %>
|
|
|
|
<% for (const cssRelation of note.getRelations("shareCss")) { %>
|
|
|
|
|