summaryrefslogtreecommitdiffstats
path: root/web/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/page.html')
-rw-r--r--web/page.html36
1 files changed, 17 insertions, 19 deletions
diff --git a/web/page.html b/web/page.html
index 37f2e97..ac953eb 100644
--- a/web/page.html
+++ b/web/page.html
@@ -23,26 +23,24 @@
23 width="149" 23 width="149"
24 height="149"/></a> 24 height="149"/></a>
25 </div> 25 </div>
26 <div id="feed-area">Follow us!
27 <div id="feed-buttons">
28 <a
29 href="rss.xml"
30 title="RSS Feed"><img
31 src="resources/rss.png"
32 alt="RSS"
33 width="20"
34 height="20"/></a><a
35 href="https://twitter.com/intent/follow?screen_name=monitorplugins"
36 title="Follow Us on Twitter"><img
37 src="resources/twitter.png"
38 alt="Twitter"
39 width="20"
40 height="20"/></a>
41 </div>
42 </div>
43
44 <div id="page"> 26 <div id="page">
45 <div id="menu">{% menu() %}</div> 27 <div id="menu">
28 <div id="feed-buttons">
29 <a
30 href="https://twitter.com/intent/follow?screen_name=monitorplugins"
31 title="Follow Us on Twitter"><img
32 src="resources/twitter.png"
33 alt="Twitter"
34 width="20"
35 height="20"/></a><a
36 href="rss.xml"
37 title="RSS Feed"><img
38 src="resources/rss.png"
39 alt="RSS"
40 width="20"
41 height="20"/></a>
42 </div>{% menu() %}
43 </div>
46 <div id="breadcrumb">{{ breadcrumb() }}</div> 44 <div id="breadcrumb">{{ breadcrumb() }}</div>
47 <div id="content">{{ __content__ }}</div> 45 <div id="content">{{ __content__ }}</div>
48 <div id="footer">Copyright &copy; {{ copyright_years(since=2013) }} 46 <div id="footer">Copyright &copy; {{ copyright_years(since=2013) }}