diff options
Diffstat (limited to 'pkg/tpl/layout.templ')
-rw-r--r-- | pkg/tpl/layout.templ | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tpl/layout.templ b/pkg/tpl/layout.templ index 2c41a0d..c777457 100644 --- a/pkg/tpl/layout.templ +++ b/pkg/tpl/layout.templ @@ -42,6 +42,7 @@ templ Layout(params HeaderParams) { </nav> </main> </footer> + <script src="/js/htmx.min.js"></script> </html> } |