Remove the OpenID stuff from the index page
It was never working, anyway.
This commit is contained in:
parent
fd206a586a
commit
973123e2ff
@ -7,10 +7,6 @@
|
||||
<link rel="icon" type="image/x-icon" href="{{'/favicon.ico' | prepend: site.baseurl}}">
|
||||
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic" rel="stylesheet" type="text/css">
|
||||
<link rel="alternate" type="application/rss+xml" title="Gergely Polonkai's Blog - RSS Feed" href="{{site.url}}/blog/atom.xml">
|
||||
{% if page.path == 'index.html' %}
|
||||
<link rel="openid2.provider" href="https://www.google.com/accounts/o8/ud">
|
||||
<link rel="openid2.local_id" href="https://plus.google.com/+GergelyPolonkai">
|
||||
{% endif %}
|
||||
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="{{'/css/style.css' | prepend: site.baseurl}}">
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/1.6.3/css/jquery.terminal.min.css" rel="stylesheet"/>
|
||||
|
Loading…
Reference in New Issue
Block a user