WIP on pulling embedded htmx

This commit is contained in:
2026-06-28 20:05:49 -04:00
parent 2755b250e4
commit cb9ec52a7d
3 changed files with 38 additions and 3 deletions
+2 -1
View File
@@ -317,7 +317,8 @@ module Layout =
script [ _src "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
_integrity "sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
_crossorigin "anonymous" ] []
script [ _src (relUrl app "htmx.min.js") ] []
//script [ _src (relUrl app "htmx.min.js") ] []
Script.local
script [ _src (relUrl app "themes/admin/admin.js") ] []
]
]