Merge pull request #2186 from XhmikosR/site_template

This commit is contained in:
Parker Moore 2014-03-31 13:41:36 -04:00
commit 8cfa93872f
1 changed files with 3 additions and 3 deletions

View File

@ -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">