From c6540fc54cf044b8f3b6d7fab6214100dc4e3efd Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Sun, 9 Aug 2020 22:53:32 +0100 Subject: [PATCH] Add optional tags back --- index.ts | 5 +++++ 1 file changed, 5 insertions(+) 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}
+ + `; }