Add banner headline, missing from new Umbraco version

This commit is contained in:
2018-09-16 21:49:19 -04:00
parent 616ab81bad
commit 15be41b26f
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,5 @@
@inherits Umbraco.Web.Macros.PartialViewMacroPage
@{
var title = Model.MacroParameters["Title"];
}
<h1 style='font-size:62px;text-align:center'>@title</h1>
+1
View File
@@ -876,6 +876,7 @@
<Content Include="Views\Partials\Grid\Bootstrap3-Fluid.cshtml" />
<Content Include="Views\Partials\Grid\Bootstrap2.cshtml" />
<Content Include="Views\Partials\Grid\Bootstrap2-Fluid.cshtml" />
<Content Include="Views\MacroPartials\BannerHeadline.cshtml" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>