Hello! Thank you so much for Zonelets. It's been so much fun playing around with html, something I've not done much of.
Here is my question and before that an explanation:
I want to make separate versions of my blog section, since I am planning on posting multiple different stories and I want to easily link to next and previous chapters without encountering the chapters from other stories. So my idea was to make a copy of the standard script.js, give it another name and also edit that name into the html pages to replace the standard script for the specific chapter pages.
So far I have everything working: the chapters link nicely and the page is fully functional, except for one thing: the title conversion is not working. So instead of a nice title and date based on the file name, I'm just getting the file name in the title, and writing the date and title in the html itself is not overwriting that.
I have replaced every "posts/" in the script with the title of the folder that my chapters are in, since it said in the file that that was something you can do, but is there perhaps something else I need to adjust?
Thank you so much for your time and help!