Merge pull request #31 from camfindlay/patch-1

FIX Remove $MetaTitle
This commit is contained in:
Damian Mooyman 2015-04-02 15:32:53 +13:00
commit 67f1e236e1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Change it, enhance it and most importantly enjoy it!
<!--[if IE 8 ]><html lang="$ContentLocale" class="ie ie8"><![endif]-->
<head>
<% base_tag %>
<title><% if $MetaTitle %>$MetaTitle<% else %>$Title<% end_if %> &raquo; $SiteConfig.Title</title>
<title>$Title &raquo; $SiteConfig.Title</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">