diff --git a/Website/Views/Shared/_Layout.cshtml b/Website/Views/Shared/_Layout.cshtml index 3d42930..cc484ce 100644 --- a/Website/Views/Shared/_Layout.cshtml +++ b/Website/Views/Shared/_Layout.cshtml @@ -20,10 +20,16 @@ @RenderBody() - @await Component.InvokeAsync("ProjectNavigation") - @await Component.InvokeAsync("BlogNavigation") - - + + + + @await Component.InvokeAsync("ProjectNavigation") + @await Component.InvokeAsync("BlogNavigation") + + + + +