summaryrefslogtreecommitdiff
path: root/i18n/en.toml
Commit message (Collapse)AuthorAge
* Link the tag list from the homepageHEAD2026.09.19mainNicholas Johnson10 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 capsuleNicholas Johnson2026-09-06
|
* Add audio support for entries on websiteNicholas Johnson2026-09-06
|
* Remove arbitrary chars inside i18n stringsNicholas Johnson2026-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 partialNicholas Johnson2025-02-05
| | | | | The compound modifier hyphen in 'X minute read' for the English language translation was missing.
* Create custom 404 page for HTML2024.05.20Nicholas Johnson2024-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 stringNicholas Johnson2024-05-02
|
* Rename links var to referencesNicholas Johnson2023-08-02
|
* Add multilingual support for index pagesNicholas Johnson2023-08-01
|
* Add multilingual support for single pagesNicholas Johnson2023-08-01
|
* Add multilingual support for sectionsNicholas Johnson2023-08-01
|
* Add multilingual support for taxonomiesNicholas Johnson2023-08-01
|
* Add multilingual support for homepage linkNicholas Johnson2023-07-31
|
* Add multilingual support for reading timeNicholas Johnson2023-07-31