diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2024-12-30 17:18:12 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2024-12-30 19:43:34 +0100 |
commit | f630e83cdd881adda6779290bfe383c6eea64b52 (patch) | |
tree | 51855fe3dea092a8b1817d67dbee72ed94f801d6 /web | |
parent | 5539e2c9bd77dd2b974bf45262ba97f557f50ada (diff) | |
download | site-f630e83cdd881adda6779290bfe383c6eea64b52.tar.gz |
macros.py: Mention Mastodon rather than Twitter
Diffstat (limited to 'web')
-rw-r--r-- | web/macros.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/web/macros.py b/web/macros.py index 9dfadb2..5536f3f 100644 --- a/web/macros.py +++ b/web/macros.py | |||
@@ -9,12 +9,11 @@ release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') | |||
9 | site_url = 'https://www.monitoring-plugins.org/' | 9 | site_url = 'https://www.monitoring-plugins.org/' |
10 | feeds = """These project news articles are also available as an | 10 | feeds = """These project news articles are also available as an |
11 | [RSS feed][rss]{: rel="alternate" type="application/rss+xml" }. Additional | 11 | [RSS feed][rss]{: rel="alternate" type="application/rss+xml" }. Additional |
12 | stuff is posted to [Twitter][twitter], so you might want to [follow us][follow] | 12 | stuff is posted to [Mastodon][mastodon], so you might want to follow us there as |
13 | there as well. | 13 | well. |
14 | 14 | ||
15 | [rss]: rss.xml "RSS Feed" | 15 | [rss]: rss.xml "RSS Feed" |
16 | [twitter]: https://twitter.com/ "Twitter" | 16 | [mastodon]: https://fosstodon.org/@monitoringplugins "Mastodon" |
17 | [follow]: https://twitter.com/intent/follow?screen_name=monitorplugins "Follow Us" | ||
18 | """ | 17 | """ |
19 | 18 | ||
20 | page = { | 19 | page = { |