Add banner headline, missing from new Umbraco version
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
@inherits Umbraco.Web.Macros.PartialViewMacroPage
|
||||||
|
@{
|
||||||
|
var title = Model.MacroParameters["Title"];
|
||||||
|
}
|
||||||
|
<h1 style='font-size:62px;text-align:center'>@title</h1>
|
||||||
@@ -876,6 +876,7 @@
|
|||||||
<Content Include="Views\Partials\Grid\Bootstrap3-Fluid.cshtml" />
|
<Content Include="Views\Partials\Grid\Bootstrap3-Fluid.cshtml" />
|
||||||
<Content Include="Views\Partials\Grid\Bootstrap2.cshtml" />
|
<Content Include="Views\Partials\Grid\Bootstrap2.cshtml" />
|
||||||
<Content Include="Views\Partials\Grid\Bootstrap2-Fluid.cshtml" />
|
<Content Include="Views\Partials\Grid\Bootstrap2-Fluid.cshtml" />
|
||||||
|
<Content Include="Views\MacroPartials\BannerHeadline.cshtml" />
|
||||||
<None Include="Web.Debug.config">
|
<None Include="Web.Debug.config">
|
||||||
<DependentUpon>Web.config</DependentUpon>
|
<DependentUpon>Web.config</DependentUpon>
|
||||||
</None>
|
</None>
|
||||||
|
|||||||
Reference in New Issue
Block a user