summaryrefslogtreecommitdiffstats
path: root/web/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/page.html')
-rw-r--r--web/page.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/web/page.html b/web/page.html
index 989dd4c..ee36fb2 100644
--- a/web/page.html
+++ b/web/page.html
@@ -1,4 +1,4 @@
1<?xml version="1.0" encoding="{{ __encoding__ }}"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 4
@@ -6,9 +6,10 @@
6 6
7 <head> 7 <head>
8 <title>Monitoring 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=UTF-8" />
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 <meta name="viewport" content="width=device-width, initial-scale=1" />
12 <link href="rss.xml" rel="alternate" type="application/rss+xml" title="Monitoring Plugins News" /> 13 <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" /> 14 <link href="resources/plugins.css" rel="stylesheet" type="text/css" />
14 <link href="resources/favicon.ico" rel="shortcut icon" type="image/x-icon" /> 15 <link href="resources/favicon.ico" rel="shortcut icon" type="image/x-icon" />
@@ -28,10 +29,11 @@
28 <div id="menu"> 29 <div id="menu">
29 <div id="feed-buttons"> 30 <div id="feed-buttons">
30 <a 31 <a
31 href="https://twitter.com/intent/follow?screen_name=monitorplugins" 32 href="https://fosstodon.org/@monitoringplugins"
32 title="Follow Us on Twitter"><img 33 rel="me"
33 src="resources/twitter.png" 34 title="Find Us on Mastodon"><img
34 alt="Twitter" 35 src="resources/mastodon.png"
36 alt="Mastodon"
35 width="20" 37 width="20"
36 height="20"/></a><a 38 height="20"/></a><a
37 href="rss.xml" 39 href="rss.xml"