summaryrefslogtreecommitdiffstats
path: root/web/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/page.html')
-rw-r--r--web/page.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/web/page.html b/web/page.html
index 989dd4c..8999af9 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 <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"