I have determined that the tag with the value of 'keys' is causing the issue. keys is a reserved word in the context of hashes. I haven't figured out how to use the value keys as a key. The…
I'm not sure what is going on yet, but it seems like any tags that start with K are being dropped, and that instead of the actual tags being included in the html, it is the name of variables used…
Other than no ASCII white-space characters, an ID attribute can be any other Unicode character. The Mozilla documentation does say if you want the ID to be used as a CSS selector, then it must be…
According to the HTML spec, the ID attribute should not contain any ASCII white-space characters
- https://html.spec.whatwg.org/multipage/dom.html#global-attributes:the-id-attribute-2 *…
Sorry about that Dave, I don't specifically remember why I chose to change the naming convention for the comment ids. I obviously didn't think about the fact that they might be manually referenced…
Not sure if anything has been implemented yet, but my thoughts:
Simple method - cron job that runs site-generator --all
every 6 hours
More complex - Update individual pages. Need to…
Do you have a general idea how big this is?