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:
@@ -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()
|
Reference in New Issue
Block a user