Peter Johnson
Peter Johnson
Another possibility may be to use a query string for the tip id, e.g. `tips.delphidabbler.com/?t=42`. Maybe an anchor could be used instead: `tips.delphidabbler.com/#42` But then the main `index.html` would have...
Yet another possibility is to 1. Rename `tips` directory to `tip` as suggested above 2. Add the required ```yaml redirect_from: - /tips/xxx ``` front matter to redirect from `tips`. 3....
See also delphidabbler/delphidabbler.github.io#134.
Once this restyling is done the custom tips favicons:  will need to be changed to standard site favicons: 
Both this issue and #4 could be done programmatically, possibly using code from swagview to read and parse the XML.
If we drop support for compilers earlier than Delphi XE (issue #2), then there's no point supporting OSs the programs generated by XE can't run on. Need to check which...