Skip to content

Commit

Permalink
Merge pull request barryclark#58 from aminb/enhance-head
Browse files Browse the repository at this point in the history
'head' Enhancements
  • Loading branch information
johno committed Sep 2, 2014
2 parents 22eb4ad + a1ba6a6 commit 38f9c4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<title>{% if page.title %}{{ page.title }} &#8211; {% endif %}{{ site.title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.description }}">
<meta name="description" content="{% if page.summary %}{{ page.summary }}{% else %}{{ site.description }}{% endif %}">
<meta name="author" content="{{ site.author }}">
{% if page.categories %}<meta name="keywords" content="{{ page.categories | join: ', ' }}">{% endif %}
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">

<!-- Custom CSS -->
Expand Down

0 comments on commit 38f9c4a

Please sign in to comment.