aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/pageinfo.html
Commit message (Collapse)AuthorAge
* Add non-breaking spaces within entry tag namesNicholas Johnson3 days
| | | | | | The spaces in tag names must be non-breaking because tag names split across multiple lines are visually indistinguishable from distinct tags.
* Remove commas from pageinfo tags list in htmlNicholas Johnson3 days
| | | | | | Spaces are more aesthetically pleasing. The Gemtext output format cannot remove the commas because then there would be no way to distinguish tags containing spaces from distinct tags.
* 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.
* Change CSS styling for external linksNicholas Johnson2024-11-08
|
* Remove unnecessary safeHTML calls for readabilityNicholas Johnson2024-11-08
|
* Stop safeHTML overuse in emojis for readabilityNicholas Johnson2024-11-08
|
* Add time element to HTML entry metadataNicholas Johnson2024-11-07
|
* Add trailing forward slash for consistencyv1.3.2Nicholas Johnson2024-05-27
|
* 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 datesNicholas Johnson2023-07-31
|
* Add multilingual support for reading timeNicholas Johnson2023-07-31
|
* Don't break spaces directly following emojisv0.4.5Nicholas Johnson2023-03-26
|
* Declare safeHTML where possibleNicholas Johnson2023-02-24
|
* Add tag list to metadata partialNicholas Johnson2023-02-24