commit 2fb4d0b142786d23aefb8b157f74204871bd4815 parent 96eb8a8af822a6989443139443c8ccc1325b104e Author: Hugo Soucy <hugo@soucy.cc> Date: Tue, 5 Oct 2021 21:05:31 -0400 Add a JS element at the end of the layout Diffstat:
M | templates/layout.html | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/templates/layout.html b/templates/layout.html @@ -32,5 +32,6 @@ <%- navigation -%> <%- footer -%> + <script src="/js/index.min.js"></script> </body> </html>