mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 06:14:06 -06:00
fix(code title): small fix for SPA
This commit is contained in:
parent
cef9146371
commit
e7fdcc6852
@ -84,7 +84,9 @@
|
|||||||
const pathWindow = window.location.pathname;
|
const pathWindow = window.location.pathname;
|
||||||
const isHome = pathBase == pathWindow;
|
const isHome = pathBase == pathWindow;
|
||||||
|
|
||||||
|
{{if $.Site.Data.config.enableSPA -}}
|
||||||
|
addTitleToCodeBlocks();
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{if $.Site.Data.config.enableFooter}}
|
{{if $.Site.Data.config.enableFooter}}
|
||||||
const container = document.getElementById("graph-container")
|
const container = document.getElementById("graph-container")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user