On the current build the title of the game appears to be broken - it is always displaying as "index.html".
I took a look through the code to try and figure out why, as the html does have a valid <title> element. It seems to be happening because of this line of javascript:
JavaScript:
document.title=Config.passages.displayTitles&&""!==State.passage&&State.passage!==Config.passages.start?"".concat(State.passage," | ").concat(text):text;
I removed this line from my own version and the page title works properly again. Although it is found in amongst all the "sugarcube javascript", so it may be automatically generated by twine? I have played other sugarcube games without this problem so I wonder if it is a configurable option that is not working? I do not know much about twine/sugarcube so just speculating.
Edit: Looked through the documentation and I think this could be caused by the presence of the
You must be registered to see the links
.