summaryrefslogtreecommitdiff
path: root/layouts/taxonomy
Commit message (Collapse)AuthorAge
* Make email subelement optional in Atom feedsNicholas Johnson2024-08-16
| | | | | Elements which are optional in the Atom feed spec should also be optional in the templates.
* Add support for new taxonomy APINicholas Johnson2024-08-16
|
* Remove "index.gmi" from Gemini Atom link suffixesNicholas Johnson2024-08-16
|
* Convert Atom feed dates to UTCv1.0.7Nicholas Johnson2023-10-15
| | | | | | Atom feed dates reported as UTC were not necessarily UTC. The entry archetype converts from local to UTC by default, but the user may override that behavior.
* Convert archetype dates to UTCNicholas Johnson2023-10-15
| | | | | | For privacy reasons, user time zones are not recorded at the moment they are created by an archetype. Without knowing the time zone offset, the true date is ambiguous. To correct this, all dates are converted to UTC.
* Fix Gemini taxonomy spacingNicholas Johnson2023-08-25
|
* Prefer right-aligned whitespace eliminationNicholas Johnson2023-08-25
|
* Remove EOLs in embedded layoutsNicholas Johnson2023-08-25
|
* Remove non-breakable spacesNicholas Johnson2023-08-25
|
* Add multilingual support for taxonomiesNicholas Johnson2023-08-01
|
* Add multilingual support for homepage linkNicholas Johnson2023-07-31
|
* Organize layoutsNicholas Johnson2023-02-25