summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/default.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 04a4e96..91be5f3 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -2,9 +2,10 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <meta content="en-us" http-equiv="Content-Language" />
<title>{{ page.title }}</title>
<meta name="author" content="franck cuny" />
- <link href="http://lumberjaph.net/index.atom" rel="alternate" title="Tom Preston-Werner" type="application/atom+xml" />
+ <link href="http://lumberjaph.net/index.atom" rel="alternate" title="I'm a lumberjaph" type="application/atom+xml" />
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/static/css/syntax.css" type="text/css" />
@@ -12,6 +13,10 @@
<!-- Homepage CSS -->
<link rel="stylesheet" href="/static/css/screen.css" type="text/css" media="screen, projection" />
+ <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
+ <link rel="openid.server" href="http://franckcuny.myopenid.com/" />
+ <link rel="openid2.provider" href="http://franckcuny.myopenid.com/" />
+
</head>
<body>