summaryrefslogtreecommitdiffstats
path: root/web/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/page.html')
-rw-r--r--web/page.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/web/page.html b/web/page.html
index e9f92d6..989dd4c 100644
--- a/web/page.html
+++ b/web/page.html
@@ -5,11 +5,11 @@
5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6 6
7 <head> 7 <head>
8 <title>Nagios Plugins - {{ hx(page.title) }}</title> 8 <title>Monitoring Plugins - {{ hx(page.title) }}</title>
9 <meta http-equiv="Content-Type" content="text/html; charset={{ __encoding__ }}" /> 9 <meta http-equiv="Content-Type" content="text/html; charset={{ __encoding__ }}" />
10 <meta name="description" content="{{ hx(page.description) }}" /> 10 <meta name="description" content="{{ hx(page.description) }}" />
11 <meta name="keywords" content="{{ hx(page.keywords) }}" /> 11 <meta name="keywords" content="{{ hx(page.keywords) }}" />
12 <link href="rss.xml" rel="alternate" type="application/rss+xml" title="Nagios Plugins News" /> 12 <link href="rss.xml" rel="alternate" type="application/rss+xml" title="Monitoring Plugins News" />
13 <link href="resources/plugins.css" rel="stylesheet" type="text/css" /> 13 <link href="resources/plugins.css" rel="stylesheet" type="text/css" />
14 <link href="resources/favicon.ico" rel="shortcut icon" type="image/x-icon" /> 14 <link href="resources/favicon.ico" rel="shortcut icon" type="image/x-icon" />
15 </head> 15 </head>
@@ -17,7 +17,7 @@
17 <body> 17 <body>
18 <div id="github-ribbon"> 18 <div id="github-ribbon">
19 <a 19 <a
20 href="https://github.com/nagios-plugins" 20 href="https://github.com/monitoring-plugins"
21 title="GitHub Repositories"><img 21 title="GitHub Repositories"><img
22 src="resources/github.png" 22 src="resources/github.png"
23 alt="GitHub" 23 alt="GitHub"
@@ -45,10 +45,8 @@
45 <div id="breadcrumb">{{ breadcrumb() }}</div> 45 <div id="breadcrumb">{{ breadcrumb() }}</div>
46 <div id="content">{{ __content__ }}</div> 46 <div id="content">{{ __content__ }}</div>
47 <div id="footer">Copyright &copy; {{ copyright_years(since=2008) }} 47 <div id="footer">Copyright &copy; {{ copyright_years(since=2008) }}
48 <a href="team.html">Nagios Plugins Development Team</a> | 48 <a href="team.html">Monitoring Plugins Development Team</a> |
49 <a href="impressum.html">Impressum</a><br /> 49 <a href="impressum.html">Impressum</a>
50 Nagios is a registered trademark of
51 <a href="http://www.nagios.com/about/company">Nagios Enterprises, LLC</a>.
52 </div> 50 </div>
53 </div> 51 </div>
54 </body> 52 </body>