We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24096a2 commit 4f9bafdCopy full SHA for 4f9bafd
en/_layouts/website/page.html
@@ -48,7 +48,9 @@
48
path = path.replace(/\/en[\/$\s]/i, '/zh/');
49
}
50
// console.log('after: ' + path);
51
+ // remove point
52
+ path = path.split("#")[0];
53
location.assign(path);
54
55
</script>
-{% endblock %}
56
+{% endblock %}
zh/_layouts/website/page.html
@@ -48,6 +48,8 @@
0 commit comments