Skip to content

Commit

Permalink
chore: remove voices
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Dec 9, 2024
1 parent f1ef88b commit 1ecc643
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 2 additions & 3 deletions bin/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ Future<void> main(List<String> 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) {
Expand Down
5 changes: 1 addition & 4 deletions source/_includes/layouts/post.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<title>{{ title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Latest updates and news from Catalyst Voices">
<meta name="description" content="Latest updates and news from Catalyst">

{{ components.favicon() }}

Expand Down Expand Up @@ -51,9 +51,6 @@
aria-label="Share on LinkedIn">
<img src="/images/icons/linkedin.svg" alt="LinkedIn icon">
</a>
<a href="mailto:?subject={{ title }}&body={{ url }}" aria-label="Share via Email">
<img src="/images/icons/email.svg" alt="Email icon">
</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion source/index.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Catalyst Voices Updates
<title>{{ title }}</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Latest updates and news from Catalyst Voices">
<meta name="description" content="Latest updates and news from Catalyst">

{{ components.favicon() }}

Expand Down

0 comments on commit 1ecc643

Please sign in to comment.