Skip to content

Commit

Permalink
Merge pull request #2186 from XhmikosR/site_template
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Mar 31, 2014
2 parents 34cc0b2 + a6ab3ab commit 8cfa938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/site_template/_includes/head.html
@@ -1,10 +1,10 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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','' }}/" />
<meta name="description" content="{{ site.description }}">
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html','' }}">

<!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css">
Expand Down

0 comments on commit 8cfa938

Please sign in to comment.