FIX Remove $MetaTitle

CMS removed MetaTitle in 3.1 - this will not make sense to someone inspecting the theme code trying to learn from it.
This commit is contained in:
Cam Findlay 2015-02-22 08:45:13 +13:00
parent 63c549e82f
commit 67b9537cf7
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">