1
0
mirror of https://github.com/osmarks/website synced 2025-08-31 09:47:56 +00:00

Actually remember to publish changes

Updates, caching mechanism, new article, changes to stack and problem-solving, GUIHacker betterness, UUIDs on RSS
This commit is contained in:
2023-02-14 22:49:48 +00:00
parent 568248177b
commit 0b19f8c578
10 changed files with 156 additions and 45 deletions

View File

@@ -12,5 +12,6 @@ rss(version='2.0')
title= item.title
description= item.description
link= `https://${domain}/${item.slug}`
guid= item.guid
if item.updated
pubDate= item.updated.toDate().toUTCString()