Browse Source

Update home.html

Added analytics plugin
master
Kenneth Skovhede 8 years ago
committed by GitHub
parent
commit
790c8f4dd3
  1. 1
      _layouts/home.html

1
_layouts/home.html

@ -9,6 +9,7 @@
{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %}
{% endif %}
{% include open-graph.html %}
{% include analytics.html %}
{% if author.google.plus %}<link rel="author" href="https://plus.google.com/{{ author.google.plus }}"/>{% endif %}
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">

Loading…
Cancel
Save