changed <head> tag for site

This commit is contained in:
2010-01-29 16:32:49 +02:00
parent ecd676a4cc
commit be81cce86b
2 changed files with 7 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
<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" />

View File

@@ -7,15 +7,11 @@
<title>{{ page.title }}</title>
<meta name="author" content="Jim Myhrberg" />
<link href="http://jimeh.me/blog/atom.xml" rel="alternate" title="jimeh.me" type="application/atom+xml" />
<link href="http://jimeh.me/blog/atom.xml" rel="alternate" title="jimeh / blog" type="application/atom+xml" />
<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" />
{% include open_id.html %}
</head>