Adding the site name to all page titles

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-03-02 04:52:46 -08:00
parent ba6f82bf41
commit ab13b3e6e4

View File

@@ -4,7 +4,7 @@
%><!DOCTYPE html>
<html lang="en" class="static">
<head>
<title><%=Html.Title() %></title><%
<title><%=Html.Title(Html.SiteName()) %></title><%
//todo: (heskew) have resource modules that can be leaned on (like a jQuery module that knows about various CDNs and jQuery's version and min naming schemes)
//todo: (heskew) this is an interim solution to inlude jQuery in every page and still allow that to be overriden in some theme by it containing a headScripts partial
Model.Zones.AddRenderPartial("head:before", "HeadPreload", Model);