Jacky Zhao
2022-07-01 8d7a7b712f5a4ee49e3687de8fb00f76d7571368
fix: non-SPA fn defs (closes #154)
1 files modified
3 ■■■■■ changed files
layouts/partials/head.html 3 ●●●●● patch | view | raw | blame | history
layouts/partials/head.html
@@ -127,8 +127,11 @@
      navigate: (url) => (window.location.href = url),
      prefetch: () => {},
    }
    window.addEventListener("DOMContentLoaded", () => {
    init()
    render()
    })
  </script>
  {{end}}
</head>