summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-28 18:09:38 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-28 18:09:38 (GMT)
commit6b3caba5802e55a58a48214f43686089681d812f (patch)
tree2037f5773de0bcc46389d7b1d7ca09c2f92992ce
parent1715203492f34bf1d3edb77f19631d4cd920d3b6 (diff)
downloadsite-6b3caba5802e55a58a48214f43686089681d812f.tar.gz
web/page.html: Add RSS feed <link>
Add a <link> tag that mentions our RSS feed.
-rw-r--r--web/page.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/page.html b/web/page.html
index ac953eb..8ba22ed 100644
--- a/web/page.html
+++ b/web/page.html
@@ -9,6 +9,7 @@
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="resources/plugins.css" rel="stylesheet" type="text/css" /> 13 <link href="resources/plugins.css" rel="stylesheet" type="text/css" />
13 <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" />
14 </head> 15 </head>