Add canonical meta set with config params for more google ❤️

This commit is contained in:
Joel Glovier 2014-02-15 22:56:30 -05:00
parent b9875b7bc8
commit a1b60430d6
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="{{ site.description }}" />
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html','' }}/" />
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">