Skip to content

Commit ff2e8aa

Browse files
committed
website: Slight html cleanup.
1 parent 3ec3f64 commit ff2e8aa

File tree

1 file changed

+52
-64
lines changed

1 file changed

+52
-64
lines changed

docs/_layouts/default.html

Lines changed: 52 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,57 @@
11
---
22
---
33
<?xml version="1.0" encoding="utf-8"?>
4-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4+
<!DOCTYPE html>
55
<html>
6-
<head>
7-
<title>libsigc++ -- The Typesafe Callback Framework for C++: {{page.title}}</title>
8-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9-
<link rel="stylesheet" href="style.css" type="text/css" />
10-
</head>
11-
<body>
12-
13-
<div id="rightbox">
14-
15-
<div id="coloredbox">
16-
17-
<a class="menu" href="index.html">Main</a><br />
18-
19-
<a class="menu" href="index.html#features">Features</a><br />
20-
21-
<a class="menu" href="license.html">License</a><br />
22-
<br />
23-
<a class="menu" href="doc.html">Documentation</a><br />
24-
25-
<a class="menu" href="stable.html">Download</a><br />
26-
<br />
27-
<a class="menu" href="devel.html#mail">Mailing List</a><br />
28-
29-
<a class="menu" href="devel.html#patches">Patches</a><br />
30-
31-
<a class="menu" href="devel.html#git">Git</a><br />
32-
<br />
33-
<a class="menu" href="link.html">Links</a><br />
34-
35-
</div>
36-
37-
</div>
38-
39-
<div id="contents">
40-
<table border="0" width="90%" cellpadding="0">
41-
<tr>
42-
<td><img src="pix/logo.gif" width="280" height="85" alt="libsigc++" /></td>
43-
<td align="center">
44-
<b>Callback Framework for C++</b>
45-
</td>
46-
</tr>
47-
</table>
48-
49-
<hr></hr>
50-
51-
<h1>{{page.title}}</h1>
52-
53-
{{ content }}
54-
55-
</div>
56-
<hr></hr>
57-
<div class="right">
58-
59-
<a href="mailto:libsigc-list@gnome.org">libsigc++ mailing list</a>
60-
|
61-
<a href="http://git.gnome.org/browse/libsigcplusplus/">website source</a>
62-
|
63-
<a href="http://validator.w3.org/check/referer"><img
64-
src="http://validator.w3.org/images/vxhtml11"
65-
alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a>
66-
67-
</div>
68-
</body>
6+
<head>
7+
<title>libsigc++ -- The Typesafe Callback Framework for C++: {{page.title}}</title>
8+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9+
<link rel="stylesheet" href="style.css" type="text/css" />
10+
</head>
11+
12+
<body>
13+
<div id="rightbox">
14+
<div id="coloredbox">
15+
<a class="menu" href="index.html">Main</a><br />
16+
<a class="menu" href="index.html#features">Features</a><br />
17+
<a class="menu" href="license.html">License</a><br />
18+
<br />
19+
<a class="menu" href="doc.html">Documentation</a><br />
20+
<a class="menu" href="stable.html">Download</a><br />
21+
<br />
22+
<a class="menu" href="devel.html#mail">Mailing List</a><br />
23+
<a class="menu" href="devel.html#patches">Patches</a><br />
24+
<a class="menu" href="devel.html#git">Git</a><br />
25+
<br />
26+
<a class="menu" href="link.html">Links</a><br />
27+
</div>
28+
</div>
29+
30+
<div id="contents">
31+
<table border="0" width="90%" cellpadding="0">
32+
<tr>
33+
<td><img src="pix/logo.gif" width="280" height="85" alt="libsigc++" /></td>
34+
<td align="center">
35+
<b>Callback Framework for C++</b>
36+
</td>
37+
</tr>
38+
</table>
39+
40+
<hr></hr>
41+
42+
<h1>{{page.title}}</h1>
43+
{{ content }}
44+
</div>
45+
<hr></hr>
46+
<div class="right">
47+
48+
<a href="mailto:libsigc-list@gnome.org">libsigc++ mailing list</a>
49+
|
50+
<a href="http://git.gnome.org/browse/libsigcplusplus/">website source</a>
51+
|
52+
<a href="http://validator.w3.org/check/referer"><img
53+
src="http://validator.w3.org/images/vxhtml11"
54+
alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a>
55+
</div>
56+
</body>
6957
</html>

0 commit comments

Comments
 (0)