| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Link the tag list from the homepageHEAD2026.09.19main | Nicholas Johnson | 11 hours |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tags reach a dead end in gemtext. The entry metadata names them, but a gemtext link must occupy a whole line, so the names are plain text and the tag pages the theme generates cannot be reached from the homepage at all. The web homepage links each entry's own tags inline, yet neither format links the tag list itself, so a site had to add it to the navigation links by hand. Add a tags section to both homepage templates, holding a single link to the taxonomy list page, and place it between the navigation links and the feed. One link rather than one per term keeps the homepage short however many tags a site accumulates, and keeps the two output formats in step. Render it only when the taxonomy page exists and has terms, so that a site whose entries carry no tags, or which disables the taxonomy kinds outright, gains no heading and no dead link. The link is labelled from a new "tagList" string rather than reusing "tags", which would have read as a link named after the heading above it. As elsewhere in the theme, the taxonomy is found by lowercasing the "tags" string, so a translated site finds its own taxonomy: an example site built in Spanish links "Lista de etiquetas" under "Etiquetas". Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> | ||
| * | Add audio support for entries on capsule | Nicholas Johnson | 2026-09-06 |
| | | |||
| * | Add audio support for entries on website | Nicholas Johnson | 2026-09-06 |
| | | |||
| * | Remove arbitrary chars inside i18n strings | Nicholas Johnson | 2026-09-06 |
| | | | | | | ReadingTime is directly passed to the i18n fn, so the correct format for the i18n string is simply "{{ . }}", not "{{ .Count }}". | ||
| * | Add missing hyphen to pageinfo partial | Nicholas Johnson | 2025-02-05 |
| | | | | | | The compound modifier hyphen in 'X minute read' for the English language translation was missing. | ||
| * | Create custom 404 page for HTML2024.05.20 | Nicholas Johnson | 2024-05-20 |
| | | | | | | In Gemini, the equivalent status code is 51. It does not return a response body, so no equivalent page was created for Gemini. | ||
| * | Correct English i18n string | Nicholas Johnson | 2024-05-02 |
| | | |||
| * | Rename links var to references | Nicholas Johnson | 2023-08-02 |
| | | |||
| * | Add multilingual support for index pages | Nicholas Johnson | 2023-08-01 |
| | | |||
| * | Add multilingual support for single pages | Nicholas Johnson | 2023-08-01 |
| | | |||
| * | Add multilingual support for sections | Nicholas Johnson | 2023-08-01 |
| | | |||
| * | Add multilingual support for taxonomies | Nicholas Johnson | 2023-08-01 |
| | | |||
| * | Add multilingual support for homepage link | Nicholas Johnson | 2023-07-31 |
| | | |||
| * | Add multilingual support for reading time | Nicholas Johnson | 2023-07-31 |
