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>
|
||||
Reference in New Issue
Block a user