From b42718f7d9aac88a3048c616193f81deff49e401 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 25 Jul 2013 18:19:52 -0700 Subject: First attempt with the new theme. --- _includes/head.html | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 _includes/head.html (limited to '_includes/head.html') diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..4622163 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,55 @@ + +{% if page.title %}{{ page.title }} – {% endif %}{{ site.title }} + +{% if page.tags %}{% endif %} +{% if site.owner.twitter %} + + + + +{% endif %} + + + + + + + +{% if site.google_verify %}{% endif %} +{% if site.bing_verify %}{% endif %} + +{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %} + + +{% if site.owner.google_plus %}{% endif %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 1ec914cfb3ce5c3d2a5e70c8aeb026b162746881 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 25 Jul 2013 18:24:47 -0700 Subject: add openid to our header. --- _includes/head.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_includes/head.html') 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 @@ + + + + {% if site.google_verify %}{% endif %} {% if site.bing_verify %}{% endif %} -- cgit v1.2.3