From ec15db9dc1bdf97a14dcd0c03d6cc5a51aed1041 Mon Sep 17 00:00:00 2001 From: William Moore Date: Wed, 14 Jun 2023 04:49:46 -0500 Subject: [PATCH] Update to improve RSS --- public/rss.html | 1 - src/RSS.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/public/rss.html b/public/rss.html index 58e4926..8ae79e6 100644 --- a/public/rss.html +++ b/public/rss.html @@ -1,7 +1,6 @@ - diff --git a/src/RSS.ts b/src/RSS.ts index 8b9dd20..146f43c 100644 --- a/src/RSS.ts +++ b/src/RSS.ts @@ -99,7 +99,7 @@ export class RSS extends LitElement {
${this.rssItems?.length > 0 ? html` -
RSS Feed for ${this.rssTitle}${this.rssLink ? html` ` : ''}
+
RSS Feed for ${this.rssTitle}${this.rssLink ? html` 🔗` : ''}
${this.rssItems.map(rssItem => html`
${rssItem.link ? html`${rssItem.title}` : rssItem.title}