diff options
-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 = { |