diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-14 23:09:31 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-14 23:09:31 (GMT) |
commit | aa53d36adbadd7b718e07b47704c97c6264a9b27 (patch) | |
tree | 601a304e84fc63ae9991cf8800ac3efe4b2626ee | |
parent | cb3e930d3f5ce6fac0b2176fcdc3211e034927e8 (diff) | |
download | site-aa53d36adbadd7b718e07b47704c97c6264a9b27.tar.gz |
web/macros.py: Small cosmetic change
Turn only "follow us" into a link, not "follow us there".
-rw-r--r-- | web/macros.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/macros.py b/web/macros.py index 70d2d90..3de4f30 100644 --- a/web/macros.py +++ b/web/macros.py | |||
@@ -8,7 +8,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 [RSS feed][rss]. |
10 | Additional stuff is posted to [Twitter][twitter], so you might want to [follow | 10 | Additional stuff is posted to [Twitter][twitter], so you might want to [follow |
11 | us there][follow] as well. | 11 | us][follow] there as well. |
12 | 12 | ||
13 | [rss]: rss.xml | 13 | [rss]: rss.xml |
14 | [twitter]: https://twitter.com/ | 14 | [twitter]: https://twitter.com/ |