summaryrefslogtreecommitdiffstats
path: root/web/page.html
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-06 11:30:11 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-06 11:30:11 (GMT)
commitb2c8b7821e7e4ff82c65f0ab360ae067dded9e94 (patch)
tree2dcc3b145223710dc4d52393d187fc1580fa4e34 /web/page.html
parentd2abd150f14f21d05ae2dc844985cb7b64815b00 (diff)
downloadsite-b2c8b7821e7e4ff82c65f0ab360ae067dded9e94.tar.gz
Rename /media directory to /resources
This is just cosmetics.
Diffstat (limited to 'web/page.html')
-rw-r--r--web/page.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/page.html b/web/page.html
index eae4549..5aeb5b9 100644
--- a/web/page.html
+++ b/web/page.html
@@ -9,8 +9,8 @@
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="media/plugins.css" rel="stylesheet" type="text/css" /> 12 <link href="resources/plugins.css" rel="stylesheet" type="text/css" />
13 <link href="media/favicon.ico" rel="shortcut icon" type="image/x-icon" /> 13 <link href="resources/favicon.ico" rel="shortcut icon" type="image/x-icon" />
14 <script> 14 <script>
15 ! function (d, s, id) { 15 ! function (d, s, id) {
16 var js, fjs = d.getElementsByTagName(s)[0], 16 var js, fjs = d.getElementsByTagName(s)[0],
@@ -29,7 +29,7 @@
29 <div> 29 <div>
30 <a href="https://github.com/nagios-plugins"><img 30 <a href="https://github.com/nagios-plugins"><img
31 style="position: absolute; top: 0; right: 0; border: 0;" 31 style="position: absolute; top: 0; right: 0; border: 0;"
32 src="media/github.png" alt="Fork me on GitHub"/></a> 32 src="resources/github.png" alt="Fork me on GitHub"/></a>
33 </div> 33 </div>
34 <div id="menu">{% menu() %}</div> 34 <div id="menu">{% menu() %}</div>
35 <div id="breadcrumb">{{ breadcrumb() }}</div> 35 <div id="breadcrumb">{{ breadcrumb() }}</div>