aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-09-04 09:21:01 -0500
committerBrandon Mathis <brandon@imathis.com>2011-09-04 09:21:01 -0500
commit8c0dd58ee6de37b0a726f72c99dc84beeef0b6d3 (patch)
treef07ca07265251a49a008410152b29c6e7a4b84d3 /.themes/classic/source
parentb812500f392718ad80a5334350b7b7420fe618c3 (diff)
downloadmy_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.html2
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}}"/>