mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
changed <head> tag for site
This commit is contained in:
5
source/site/_includes/open_id.html
Normal file
5
source/site/_includes/open_id.html
Normal 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" />
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user