diff --git a/src/Orchard.Web/Core/Themes/Views/Shared/layout.ascx b/src/Orchard.Web/Core/Themes/Views/Shared/layout.ascx index a64bc8652..844e6aeec 100644 --- a/src/Orchard.Web/Core/Themes/Views/Shared/layout.ascx +++ b/src/Orchard.Web/Core/Themes/Views/Shared/layout.ascx @@ -1,6 +1,7 @@ <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <%@ Import Namespace="Orchard.Mvc.ViewModels"%> <%@ Import Namespace="Orchard.Mvc.Html" %><% +Html.RegisterStyle("site.css"); Html.RegisterStyle("site.css"); %>