summaryrefslogtreecommitdiffstats
path: root/web/page.html
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-03 14:23:18 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-03 14:23:18 (GMT)
commitab2e2205aa57ad261aaa139dc4e058a67a1399d8 (patch)
tree4526fed7ccf856f86dcb7e00e803fe9237eea39c /web/page.html
parent1b97bfce0d3385c55e440447d2bba00b55f9d6dc (diff)
downloadsite-ab2e2205aa57ad261aaa139dc4e058a67a1399d8.tar.gz
Add "follow us on Twitter" button
The button is from here: https://twitter.com/about/resources/buttons
Diffstat (limited to 'web/page.html')
-rw-r--r--web/page.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/web/page.html b/web/page.html
index c0de871..fc330f7 100644
--- a/web/page.html
+++ b/web/page.html
@@ -11,6 +11,18 @@
11 <meta name="keywords" content="{{ hx(page.keywords) }}" /> 11 <meta name="keywords" content="{{ hx(page.keywords) }}" />
12 <link href="media/plugins.css" rel="stylesheet" type="text/css" /> 12 <link href="media/plugins.css" rel="stylesheet" type="text/css" />
13 <link href="media/favicon.ico" rel="shortcut icon" type="image/x-icon" /> 13 <link href="media/favicon.ico" rel="shortcut icon" type="image/x-icon" />
14 <script>
15 ! function (d, s, id) {
16 var js, fjs = d.getElementsByTagName(s)[0],
17 p = /^http:/.test(d.location) ? 'http' : 'https';
18 if (!d.getElementById(id)) {
19 js = d.createElement(s);
20 js.id = id;
21 js.src = p + '://platform.twitter.com/widgets.js';
22 fjs.parentNode.insertBefore(js, fjs);
23 }
24 }(document, 'script', 'twitter-wjs');
25 </script>
14 </head> 26 </head>
15 27
16 <body> 28 <body>
@@ -28,6 +40,11 @@
28 <a href="impressum.html">Impressum</a><br /> 40 <a href="impressum.html">Impressum</a><br />
29 Nagios is a registered trademark of 41 Nagios is a registered trademark of
30 <a href="http://www.nagios.com/about/company">Nagios Enterprises, LLC</a>. 42 <a href="http://www.nagios.com/about/company">Nagios Enterprises, LLC</a>.
43 <div style="padding-top: 1em">
44 <a href="https://twitter.com/monitorplugins"
45 class="twitter-follow-button"
46 data-show-count="false">Follow @monitorplugins</a>
47 </div>
31 </div> 48 </div>
32 </body> 49 </body>
33 50