diff options
Diffstat (limited to 'templates/base/base.gohtml')
| -rw-r--r-- | templates/base/base.gohtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml index e2cbb6f..634459c 100644 --- a/templates/base/base.gohtml +++ b/templates/base/base.gohtml @@ -18,7 +18,7 @@ <p><a href="{{ .Data.Legal.LegalInformationLink }}">Legal information</a></p> <p><a href="/credits">Credits</a></p> </footer> -{{/* <script type="module" src="{{getAssetPath "index.js"}}" defer></script>*/}} + <script type="module" src="{{getAssetPath "index.js"}}" defer></script> </body> </html> {{end}}
\ No newline at end of file |
