quartz/components/scripts/spa.inline.ts
@@ -17,7 +17,7 @@ } return true } } catch (e) {} } catch (e) { } return false } @@ -50,6 +50,7 @@ history.pushState({}, "", url) window.scrollTo({ top: 0 }) } const html = p.parseFromString(contents, "text/html") let title = html.querySelector("title")?.textContent if (title) {