remove unused js deps

This commit is contained in:
2025-03-07 14:35:28 -05:00
parent 9108c47aad
commit 762ba7027d
6 changed files with 0 additions and 55 deletions

View File

@@ -45,8 +45,6 @@ func RootLayout(title string, children ...Node) Node {
Link(Rel("stylesheet"), Href("/css/style.css?v="+css_hash)),
Link(Rel("stylesheet"), Href("/css/style.metagen.css?v="+metagen_css_hash)),
Link(Rel("stylesheet"), Href("/lib/highlight/default.min.css")),
Link(Rel("stylesheet"), Href("/lib/quill/quill.snow.css")),
/////////////////////////////////
// SCRIPTS
@@ -61,10 +59,6 @@ func RootLayout(title string, children ...Node) Node {
Script(Src("/lib/htmx/htmx.js")),
Script(Src("/lib/htmx/htmx.min.js")),
),
Script(Src("/lib/chartjs/chart.js")),
Script(Src("/lib/highlight/highlight.min.js")),
Script(Src("/lib/quill/quill.js")),
),
Group(children), // expected to provide body
),

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long