diff options
-rw-r--r-- | web/page.html | 17 |
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 | ||