~xdavidwu/xdavidwu.link

91dd45fa79628f6ed4c98e7871f5f04484564c98 — Maximilian Held 10 years ago 676d9f1
Make google+ expect handle, not full url for head and author-bio
1 files changed, 1 insertions(+), 1 deletions(-)

M _includes/_head.html
M _includes/_head.html => _includes/_head.html +1 -1
@@ 26,7 26,7 @@
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
<link rel="canonical" href="{{ canonical }}">
<link href="{{ site.url }}/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
{% if site.owner.google_plus %}<link rel="author" href="{{ site.owner.google_plus }}?rel=author">{% endif %}
{% if site.owner.google_plus %}<link rel="author" href="http://plus.google.com/+{{ site.owner.google_plus }}?rel=author">{% endif %}

<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">