1
0
mirror of https://github.com/osmarks/website synced 2025-08-30 17:27:56 +00:00

improve GUIHacker, add TTT, fix RSS, add blog post

This commit is contained in:
2022-02-25 20:10:16 +00:00
parent d30cf5ed1c
commit bac2a75be6
8 changed files with 584 additions and 22 deletions

View File

@@ -9,8 +9,8 @@ rss(version='2.0')
each item in items
item
title= item.title
description= item.description
link= `https://${domain}/${item.slug}`
if item.updated
pubDate= item.updated.toDate().toUTCString()
title= item.title
description= item.description
link= `https://${domain}/${item.slug}`
if item.updated
pubDate= item.updated.toDate().toUTCString()