From 67b9537cf77fee30f8874b0cbf5c9a00e9724551 Mon Sep 17 00:00:00 2001 From: Cam Findlay Date: Sun, 22 Feb 2015 08:45:13 +1300 Subject: [PATCH] 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. --- templates/Page.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Page.ss b/templates/Page.ss index 996e389..901c83c 100644 --- a/templates/Page.ss +++ b/templates/Page.ss @@ -14,7 +14,7 @@ Change it, enhance it and most importantly enjoy it! <% base_tag %> - <% if $MetaTitle %>$MetaTitle<% else %>$Title<% end_if %> » $SiteConfig.Title + $Title » $SiteConfig.Title