Google+ tweaks
This commit is contained in:
parent
443978147d
commit
08ff4b987e
2 changed files with 6 additions and 6 deletions
10
_config.yml
10
_config.yml
|
@ -12,14 +12,14 @@ owner:
|
|||
email: michael@mademistakes.com
|
||||
# Social networking links are used in author-bio sidebar. Update and remove as you like.
|
||||
twitter: "mmistakes"
|
||||
facebook: "michaelrose"
|
||||
facebook:
|
||||
github: "mmistakes"
|
||||
linkedin: "michaelrose"
|
||||
linkedin:
|
||||
instagram: "mmistakes"
|
||||
lastfm: "anotherjpeg"
|
||||
tumblr: "mademistakes"
|
||||
lastfm:
|
||||
tumblr:
|
||||
# For Google Authorship https://plus.google.com/authorship
|
||||
google_plus: "https://plus.google.com/118238196859537351707/posts"
|
||||
google_plus: "http://plus.google.com/118238196859537351707"
|
||||
|
||||
# Analytics and webmaster tools stuff goes here
|
||||
google_analytics: UA-41189495-1
|
||||
|
|
|
@ -28,7 +28,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">
|
||||
<link rel="author" href="{{ site.owner.google_plus }}">
|
||||
<link rel="author" href="{{ site.owner.google_plus }}?rel=author">
|
||||
|
||||
<!-- http://t.co/dKP3o1e -->
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
|
|
Loading…
Reference in a new issue