diff --git a/index.ts b/index.ts index e3051d4..ba32a73 100644 --- a/index.ts +++ b/index.ts @@ -128,6 +128,7 @@ async function addEntryToFeed( function layout(content: string): string { return ` + Kill the Newsletter! @@ -137,6 +138,8 @@ function layout(content: string): string { + +

Kill the Newsletter!

Convert email newsletters into Atom feeds

@@ -144,6 +147,8 @@ function layout(content: string): string {
${content}
+ + `; }