diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-12 17:34:26 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-12 17:34:26 +0100 |
| commit | bb5feb14b9ee8fd36653cc624d038052965bf4d2 (patch) | |
| tree | 24eca7f8e4a40442685e61fce30ecc3c24b653da /templates/base | |
| parent | 64c8ae31ff131e9d1071abeda55a1c1cb2bf5125 (diff) | |
feat(tag): collaspable
Diffstat (limited to 'templates/base')
| -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 |
