Merge pull request #34 from silverstripe-themes/revert-31-patch-1

Revert "FIX Remove $MetaTitle"
This commit is contained in:
Ingo Schommer 2015-04-09 15:18:37 +12:00
commit 3cf638c170
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>$Title &raquo; $SiteConfig.Title</title>
<title><% if $MetaTitle %>$MetaTitle<% else %>$Title<% end_if %> &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">