summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
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 = {