summaryrefslogtreecommitdiffstats
path: root/web/page.html
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-15 11:31:23 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-15 11:31:23 (GMT)
commit3da5e955c2d98485ba88801c8328d900caa45391 (patch)
tree11b460b523b31a95de5273b23506042e055f79f8 /web/page.html
parent9974bad04741695b8a0ff17f426a24f33399e219 (diff)
downloadsite-3da5e955c2d98485ba88801c8328d900caa45391.tar.gz
Move feed icons into the menu bar
Move the RSS and Twitter buttons into the (right edge of the) menu bar.
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) }}