diff options
Diffstat (limited to '')
| -rw-r--r-- | _layouts/default.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 283b40c..cada478 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,9 +12,10 @@ <!--Homepage CSS--> <link rel="stylesheet" href="/static/css/screen.css" media="screen, projection" /> + <link href="/favicon.ico" rel="shortcut icon" /> - <link rel="openid.server" href="http://franckcuny.myopenid.com/" /> - <link rel="openid2.provider" href="http://franckcuny.myopenid.com/" /> + <link rel="openid2.provider" href="http://www.google.com/accounts/o8/ud?source=profiles" /> + <link rel="openid2.local_id" href="http://www.google.com/profiles/franck.cuny" /> {% include analytics.html %} </head> <body> |
