changed left angle quote to dash for page titles

This commit is contained in:
Brandon Mathis 2011-09-04 09:21:01 -05:00
parent b812500f39
commit 8c0dd58ee6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>{% if page.title %}{{page.title}} « {% endif %}{{site.title}}</title>
<title>{% if page.title %}{{page.title}} - {% endif %}{{site.title}}</title>
<meta name="author" content="{{site.author}}">
{% if page.description %}
<meta name="description" content="{{page.description}}"/>