diff --git a/src/Orchard.Web/Core/Themes/Views/Document.aspx b/src/Orchard.Web/Core/Themes/Views/Document.aspx index bc915c26a..1e31189b4 100644 --- a/src/Orchard.Web/Core/Themes/Views/Document.aspx +++ b/src/Orchard.Web/Core/Themes/Views/Document.aspx @@ -4,7 +4,7 @@ %> - <%=Html.Title() %><% + <%=Html.Title(Html.SiteName()) %><% //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);