small refinements

This commit is contained in:
2010-01-28 20:21:04 +02:00
parent bb126e246f
commit bbd7104006
7 changed files with 50 additions and 12 deletions

View File

@@ -11,15 +11,23 @@
<link rel="stylesheet" href="/stylesheets/master.css" type="text/css" media="screen" title="no title" charset="utf-8" />
<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://jimeh.myopenid.com/" />
<link rel="openid2.local_id" href="http://jimeh.myopenid.com" />
<link rel="openid2.provider" href="http://www.myopenid.com/server" />
<meta http-equiv="X-XRDS-Location" content="http://www.myopenid.com/xrds?username=jimeh.myopenid.com" />
</head>
<body>
<div id="universe">
{% include ga.html %}
<div id="universe">
<div id="header">
<div id="title">
<a href="/">about</a>
</div>
<div id="navigation">
<a href="/" class="selected">about</a>
@@ -28,8 +36,8 @@
<div class="clear"></div>
</div>
{{ content }}
{{ content }}
</div>
</body>