diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index dd9ced8..0c2f0c6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -53,7 +53,6 @@ } </style> {{ template "styles" . }} - <script src="//instant.page/1.0.0" type="module" integrity="sha384-6w2SekMzCkuMQ9sEbq0cLviD/yR2HfA/+ekmKiBnFlsoSvb/VmQFSi/umVShadQI"></script> </head> <body class="snow hack gruvbox-dark"> {{ template "scripts" . }} @@ -80,6 +79,8 @@ } </script> </div> + + <script src="/static/js/instantpage-3.0.0.js" defer type="module"> </script> </body> </html> |
