| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
This avoids littering the gemtext templates with regex to change the
protocol.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
The entry archetype already wipes the time of day of entries and
converts their dates to UTC, for the sake of user privacy. If the user
overrides this behavior and purposely includes times and/or time zones,
the theme should not interfere.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Elements which are optional in the Atom feed spec should also be
optional in the templates.
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|