Skip to content

Commit

Permalink
change the header to add the site name
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyan35714 committed Jan 11, 2017
1 parent 4552484 commit fc51764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ page.title }}</title>
<title>{{ page.title | append: ' - ' |append: site.name }}</title>

<link rel="shortcut icon" href="{{ '/styles/images/favicon.jpg' | prepend: site.baseurl }}">
<link rel="icon" href="{{ '/styles/images/favicon.jpg' | prepend: site.baseurl }}">
Expand Down

0 comments on commit fc51764

Please sign in to comment.