Blog post create
This commit is contained in:
parent
409528b8d4
commit
c51f11c7dc
9 changed files with 31 additions and 15 deletions
|
|
@ -16,7 +16,10 @@
|
|||
<script src="~/js/site.js" asp-append-version="true"></script>
|
||||
@await RenderSectionAsync("header", false)
|
||||
</head>
|
||||
<body>
|
||||
<body style="background-image: url('@Config.SiteSetup.Banner');
|
||||
background-position: 0%;
|
||||
background-attachment: fixed;
|
||||
">
|
||||
<partial name="_Nav" />
|
||||
@RenderSection("ctxmenu", required: false)
|
||||
@if (ViewData["Notify"] != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue