remove unused js deps
This commit is contained in:
@@ -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
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user