mirror of
https://github.com/zadam/trilium.git
synced 2026-01-10 08:34:25 +01:00
chore(server): get rid of boxicons CSS import
Some checks are pending
Checks / main (push) Waiting to run
Some checks are pending
Checks / main (push) Waiting to run
This commit is contained in:
parent
1c940ff8a2
commit
8b8a78e949
@ -53,7 +53,6 @@
|
|||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
|
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
|
||||||
<link href="<%= assetPath %>/src/boxicons.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<script src="<%= appPath %>/desktop.js" crossorigin type="module"></script>
|
<script src="<%= appPath %>/desktop.js" crossorigin type="module"></script>
|
||||||
|
|
||||||
|
|||||||
@ -129,7 +129,6 @@
|
|||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
|
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
|
||||||
<link href="<%= assetPath %>/src/boxicons.css" rel="stylesheet">
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user