diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-09-04 09:21:01 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-09-04 09:21:01 -0500 |
commit | 8c0dd58ee6de37b0a726f72c99dc84beeef0b6d3 (patch) | |
tree | f07ca07265251a49a008410152b29c6e7a4b84d3 /.themes/classic/source | |
parent | b812500f392718ad80a5334350b7b7420fe618c3 (diff) | |
download | my_new_personal_website-8c0dd58ee6de37b0a726f72c99dc84beeef0b6d3.tar.xz my_new_personal_website-8c0dd58ee6de37b0a726f72c99dc84beeef0b6d3.zip |
changed left angle quote to dash for page titles
Diffstat (limited to '.themes/classic/source')
-rw-r--r-- | .themes/classic/source/_includes/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index 5370cb4a..d1741120 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -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}}"/> |