diff options
-rw-r--r-- | web/macros.py | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/web/macros.py b/web/macros.py index 05dcf5a..f2d57a8 100644 --- a/web/macros.py +++ b/web/macros.py | |||
@@ -6,13 +6,14 @@ plugins_release = '1.5' | |||
6 | mib_release = '1.0.1' | 6 | mib_release = '1.0.1' |
7 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') | 7 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') |
8 | site_url = 'https://www.nagios-plugins.org/' | 8 | site_url = 'https://www.nagios-plugins.org/' |
9 | feeds = """These project news articles are also available as an [RSS feed][rss]. | 9 | feeds = """These project news articles are also available as an |
10 | Additional stuff is posted to [Twitter][twitter], so you might want to [follow | 10 | [RSS feed][rss]{: rel="alternate" type="application/rss+xml" }. Additional |
11 | us][follow] there as well. | 11 | stuff is posted to [Twitter][twitter], so you might want to [follow us][follow] |
12 | 12 | there as well. | |
13 | [rss]: rss.xml | 13 | |
14 | [twitter]: https://twitter.com/ | 14 | [rss]: rss.xml "RSS Feed" |
15 | [follow]: https://twitter.com/intent/follow?screen_name=monitorplugins | 15 | [twitter]: https://twitter.com/ "Twitter" |
16 | [follow]: https://twitter.com/intent/follow?screen_name=monitorplugins "Follow Us" | ||
16 | """ | 17 | """ |
17 | 18 | ||
18 | page = { | 19 | page = { |