diff --git a/src/Yavsc/Views/Shared/_Layout.cshtml b/src/Yavsc/Views/Shared/_Layout.cshtml index 843a26e4..b6bbe5cc 100644 --- a/src/Yavsc/Views/Shared/_Layout.cshtml +++ b/src/Yavsc/Views/Shared/_Layout.cshtml @@ -5,9 +5,18 @@ @ViewData["Title"] - Yavsc + - + + + + + @await RenderSectionAsync("header") + + + +
@@ -46,9 +55,6 @@ © 2023 - Yavsc - Privacy - - - @await RenderSectionAsync("scripts")