diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-07 04:18:59 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-07 04:18:59 +0300 |
commit | 895c7905f9e39bbb046c130a3a94e4044bf6c989 (patch) | |
tree | fb9b458237f2f3553e0f9b93fa0d70f12f786185 /pkg/tpl/layout.templ | |
parent | ffcc9eeb1746971d7d009822ae65a1201c54e289 (diff) |
Подгрузка рандома аяксом
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> } |