feat: Fix siteRoot in JS

main
Henrik Böving 2021-12-15 09:32:21 +01:00
parent 686f111438
commit dcd57e8c5f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def baseHtml (title : String) (site : Html) : HtmlM Html := do
-- Lean in JS in HTML in Lean...very meta
<script>
siteRoot = "{←getRoot}";
siteRoot = {←getRoot};
</script>
-- TODO Add more js stuff