We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df97993 commit 338018fCopy full SHA for 338018f
1 file changed
.github/scripts/gen-feed.ts
@@ -55,7 +55,7 @@ for (const script of JSON.parse(Deno.readTextFileSync(scripthubJson)).scripts) {
55
if (description) rv.push({
56
type: 'script',
57
time: new Date(birthtime),
58
- description,
+ description: description.split(". ")?.[0] ?? description,
59
title: fullname,
60
image: avatar,
61
url
0 commit comments