From 1ecc6434e249dab80ab2bb09b0204d4f37280d0d Mon Sep 17 00:00:00 2001 From: minikin Date: Mon, 9 Dec 2024 12:38:42 +0100 Subject: [PATCH] chore: remove voices --- bin/main.dart | 5 ++--- source/_includes/layouts/post.jinja | 5 +---- source/index.jinja | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/bin/main.dart b/bin/main.dart index bc168fb..07f30c0 100644 --- a/bin/main.dart +++ b/bin/main.dart @@ -18,9 +18,8 @@ Future main(List arguments) async { ..plugin( RssPlugin( site: RssSiteConfiguration( - title: "Catalyst Voices Updates", - description: - "Discover the latest features in our Catalyst Voices apps.", + title: "Catalyst Updates", + description: "Discover the latest features in our Catalyst apps.", homePageUrl: "", ), pageToRssItemMapper: (RssSiteConfiguration config, Page page) { diff --git a/source/_includes/layouts/post.jinja b/source/_includes/layouts/post.jinja index b776fa1..ece2fee 100644 --- a/source/_includes/layouts/post.jinja +++ b/source/_includes/layouts/post.jinja @@ -5,7 +5,7 @@ {{ title }} - + {{ components.favicon() }} @@ -51,9 +51,6 @@ aria-label="Share on LinkedIn"> LinkedIn icon - - Email icon - diff --git a/source/index.jinja b/source/index.jinja index 35ad5a4..16c4dcb 100644 --- a/source/index.jinja +++ b/source/index.jinja @@ -10,7 +10,7 @@ title: Catalyst Voices Updates {{ title }} - + {{ components.favicon() }}