aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/pageinfo.gmi
Commit message (Collapse)AuthorAge
* Add non-breaking spaces to improve text flowNicholas Johnson3 days
| | | | | | | | | The spaces directly following emojis must be non-breaking because having emojis alone on their own line is ugly and visually confusing. The spaces within pageinfo "segments" must be non-breaking because splitting dates and read times across multiple lines is ugly and visually confusing.
* Disable HTML renderer for Gemini output formatNicholas Johnson2024-11-07
| | | | This avoids littering the gemtext templates with "safeHTML".
* Fix tag display in pageinfo for Geminiv0.7.1Nicholas Johnson2023-08-06
|
* Add multilingual support for datesNicholas Johnson2023-07-31
|
* Add multilingual support for reading timeNicholas Johnson2023-07-31
|
* Declare safeHTML where possibleNicholas Johnson2023-02-24
|
* Add tag list to metadata partialNicholas Johnson2023-02-24