summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2024-12-30 17:18:12 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2024-12-30 19:43:34 +0100
commitf630e83cdd881adda6779290bfe383c6eea64b52 (patch)
tree51855fe3dea092a8b1817d67dbee72ed94f801d6 /web
parent5539e2c9bd77dd2b974bf45262ba97f557f50ada (diff)
downloadsite-f630e83cdd881adda6779290bfe383c6eea64b52.tar.gz
macros.py: Mention Mastodon rather than Twitter
Diffstat (limited to 'web')
-rw-r--r--web/macros.py7
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('.', '-')
9site_url = 'https://www.monitoring-plugins.org/' 9site_url = 'https://www.monitoring-plugins.org/'
10feeds = """These project news articles are also available as an 10feeds = """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
12stuff is posted to [Twitter][twitter], so you might want to [follow us][follow] 12stuff is posted to [Mastodon][mastodon], so you might want to follow us there as
13there as well. 13well.
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
20page = { 19page = {