Revert "feat: Fix siteRoot in JS"

This reverts commit dcd57e8c5f.
main
Henrik Böving 2021-12-15 11:25:10 +01:00
parent dcd57e8c5f
commit d5915fcb13
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