Blog comment comments
This commit is contained in:
parent
02c4d05a84
commit
1bde106195
10 changed files with 39 additions and 117 deletions
|
|
@ -17,7 +17,6 @@
|
|||
@await RenderSectionAsync("header", false)
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<partial name="_Nav" />
|
||||
@RenderSection("ctxmenu", required: false)
|
||||
@if (ViewData["Notify"] != null)
|
||||
|
|
@ -37,13 +36,11 @@
|
|||
<div class="container body-container">
|
||||
@RenderBody()
|
||||
</div>
|
||||
</main>
|
||||
<footer class="border-top footer text-muted">
|
||||
<div class="container">
|
||||
© 2024 - Yavsc - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
@await RenderSectionAsync("scripts", false)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue