diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-02 20:23:37 -0800 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-02 20:23:37 -0800 |
commit | 8e33d86d2735476ebabc7878af3d27c41b856ad6 (patch) | |
tree | af203860010cac17649aabbb4c3758337fed2189 /template/templates/base.html | |
parent | 20d5255ff7b4be3e95d910e2c19ed91a8a91c42b (diff) | |
download | oldinfra-8e33d86d2735476ebabc7878af3d27c41b856ad6.tar.gz oldinfra-8e33d86d2735476ebabc7878af3d27c41b856ad6.zip |
add static js
Diffstat (limited to 'template/templates/base.html')
-rw-r--r-- | template/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/templates/base.html b/template/templates/base.html index 30a9c53..14b5e88 100644 --- a/template/templates/base.html +++ b/template/templates/base.html @@ -11,6 +11,7 @@ <div id="content" class="container"> {{ template "content" . }} </div> + <script data-main="/static/js/script.js" src="/static/js/require.js"></script> </body> </html> {{ end }} |