Blog post create

This commit is contained in:
Paul Schneider 2025-07-09 13:16:01 +01:00
commit c51f11c7dc
9 changed files with 31 additions and 15 deletions

View file

@ -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)