Skip to content

Commit

Permalink
24/10/07
Browse files Browse the repository at this point in the history
  • Loading branch information
WindRunnerMax committed Oct 7, 2024
1 parent 944e24c commit 16f4dcc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,13 @@
let title = decodeURIComponent(
vm.route.path.split("/").slice(-1).pop()
);
if (!title) title = window.$docsify.name;
if (!title) {
title = window.$docsify.name;
}
document.title = title;
if (title === "WindRunnerMax") {
title = "WindrunnerMax";
}
for (
let n = document.getElementById("gitalk-container");
n.hasChildNodes();
Expand Down

0 comments on commit 16f4dcc

Please sign in to comment.