« Blog » 2025-07-10

The GTF

Created 2025-07-10T06:51:37.390Z, last edited 2025-07-10T08:55:05.775Z

As part of the site refresh I ended up fixing a long standing bug with the GPLed TLA FAQ page, which was that the Wikipedia was no longer working. This was a very simple fix, the code was talking to the API over HTTP rather than HTTPS.

However, the new site generator adds anchor links to all of the headings. I think this is good for people using the site as it lets them share links to specific parts of a page more easily, but it broke the GTF page because the AngularJS implementation also uses the fragment part of the URL. This is now fixed by adding a new feature to the site generator so that heading anchors can be turned off for an entire site, directory or single page. Now there are no longer any header links on just the GTF page.

Go to the GPLed TLA FAQ page, try it out, and let me know if you find any problems.