Hello, I am primarily a retroconsole developer. My page is set up so that most games are hidden, and everything is placed into a collection describing which console it is for. I like this system, as it allows for a good sorting system, and allows for putting the same game in multiple categories if I ever do a cross-platform release. It’s great!
However, the list of platforms I’ve touched is ever-growing, and it’s to the point where I’d like a “Table of Contents” where people can click to go directly to whichever particular console they’re interested in. I was going to just plop some extra HTML into my About Me section that would sort of work that way, targeting the IDs of the collection-divs, but they don’t seem to have IDs
Is there any way to give these elements meaningful id=… attributes so that that is feasible? Or to add an optional ToC in the userpage template?
Thank you~!