aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.atom.xml
AgeCommit message (Collapse)Author
2023-10-15Convert Atom feed dates to UTCv1.0.7Nicholas Johnson
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.
2023-10-15Convert archetype dates to UTCNicholas Johnson
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.
2023-02-24Fix date rendering of rights tag in Atom feedsNicholas Johnson
2022-04-30Add back self-closing tagsNicholas Johnson
2022-04-30Change date format in Atom feedNicholas Johnson
2022-04-30Escape HTML content in Atom feedNicholas Johnson
2022-04-30Fix XML version stringNicholas Johnson
2022-04-30Clean up Atom feed templatesNicholas Johnson
2022-04-30Remove self-closing tags from Atom feedsNicholas Johnson
2022-04-30Remove extra dollar signs from atom feed templateNicholas Johnson
2022-04-30Use site title for Atom feed titleNicholas Johnson
2022-04-30Remove CDATA from Atom feedNicholas Johnson
2022-04-30Remove variable declaractions and conditions from Atom feed templatesNicholas Johnson
2022-04-30Add XML version to website atom feedNicholas Johnson
2022-04-28Initial commitNicholas Johnson