From 16451ffaa68f6c9849020d4510f06fc0cd419e9f Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Wed, 18 Mar 2020 13:58:15 -0400 Subject: [PATCH] . --- src/components.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components.tsx b/src/components.tsx index b7f7626..89c0aa6 100644 --- a/src/components.tsx +++ b/src/components.tsx @@ -117,6 +117,7 @@ export function Created({ inbox: { name, token } }: { inbox: Inbox }) { } // https://validator.w3.org/feed/docs/atom.html +// https://validator.w3.org/feed/#validate_by_input export function Feed(inbox: Inbox): object { const { name, token } = inbox; @@ -144,7 +145,7 @@ export function Feed(inbox: Inbox): object { subtitle: `Kill the Newsletter! Inbox “${token}@kill-the-newsletter.com”`, updated: now(), ...Entry({ - title: `“#${name}” Inbox Created`, + title: `“${name}” Inbox Created`, author: "Kill the Newsletter!", content: ReactDOMServer.renderToStaticMarkup(