| | |
| | | content, |
| | | })) |
| | | </script> |
| | | {{if $.Site.Data.config.enableSPA}} |
| | | <script type="module"> |
| | | import { router, navigate } from "https://unpkg.com/million/dist/router.mjs"; |
| | | // SPA navigation for access later |
| | |
| | | container.textContent = ""; |
| | | |
| | | drawGraph( |
| | | {{strings.TrimRight "/" .Page.Permalink}}, |
| | | {{strings.TrimRight "/" .Site.BaseURL}}, |
| | | {{$.Site.Data.graphConfig.paths}}, |
| | | {{$.Site.Data.graphConfig.depth}}, |
| | |
| | | window.addEventListener("million:navigate", callback); |
| | | window.addEventListener("DOMContentLoaded", callback); |
| | | </script> |
| | | {{else}} |
| | | <script>window.navigate = (url) => window.location.href = url</script> |
| | | {{end}} |
| | | </head> |
| | | {{ template "_internal/google_analytics.html" . }} |