Skip to content

Commit

Permalink
Just use site.title on the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
chibicode committed Jul 14, 2015
1 parent b91aa56 commit 4187dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
<title>{% if page.title and page.url != '/index.html' %}{{ page.title }} | {% endif %}{{ site.title }}</title>
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/assets/img/favicon.ico" type="image/x-icon">
Expand Down

0 comments on commit 4187dc5

Please sign in to comment.