diff options
Diffstat (limited to '')
| -rw-r--r-- | _includes/head.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html index 4622163..53d4776 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,6 +14,10 @@ <meta property="og:url" content="{{ site.url }}{{ page.url }}"> <meta property="og:site_name" content="{{ site.title }}"> +<!-- openid --> +<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" /> + <!-- Webmaster Tools verfication --> {% if site.google_verify %}<meta name="google-site-verification" content="{{ site.google_verify }}">{% endif %} {% if site.bing_verify %}<meta name="msvalidate.01" content="{{ site.bing_verify }}">{% endif %} |
