aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.gmi
Commit message (Collapse)AuthorAge
* Disable HTML renderer for Gemini output formatNicholas Johnson8 days
| | | | This avoids littering the gemtext templates with "safeHTML".
* Remove timestamp obfuscation privacy featureNicholas Johnson8 days
| | | | | | | Timestamp obfuscation is a niche privacy feature which contradicts how users expect Hugo to work. If the user desires such a feature, they can override the theme with their own custom timestamp-obfuscating archetypes.
* 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.
* Remove EOLs in embedded layoutsNicholas Johnson2023-08-25
|
* Simplify copyright noticeNicholas Johnson2022-12-08
|
* Don't HTML escape Gemini templatesNicholas Johnson2022-08-01
|
* Output GeminiNicholas Johnson2022-04-30