We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fce16c commit e1243d9Copy full SHA for e1243d9
template/markdown.ejs
@@ -53,7 +53,7 @@
53
<script>
54
var base = location.protocol + '//' + location.host;
55
<%if (hasOwnProperty('generate') && generate) { %>
56
-var path = location.pathname.split('/').filter(function(v){
+var path = (location.pathname + '#').split('/').filter(function(v){
57
return !!v;
58
});
59
path.pop();
0 commit comments