mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Adding the site name to all page titles
--HG-- branch : dev
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
%><!DOCTYPE html>
|
%><!DOCTYPE html>
|
||||||
<html lang="en" class="static">
|
<html lang="en" class="static">
|
||||||
<head>
|
<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) 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
|
//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);
|
Model.Zones.AddRenderPartial("head:before", "HeadPreload", Model);
|
||||||
|
Reference in New Issue
Block a user