diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index 1ab9599..251ea02 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -27,14 +27,32 @@ @RenderSection("scripts", required: false) - + @if (!string.IsNullOrWhiteSpace(ViewBag.Title)) + { @ViewBag.Title • ShiftOS + + } + else + { + ShiftOS + + } - + @if (!string.IsNullOrWhiteSpace(ViewBag.Keywords)) + { - + } + + @if (!string.IsNullOrWhiteSpace(ViewBag.Description)) + { + - + } + + @if (!string.IsNullOrWhiteSpace(ViewBag.Image)) + { + + } @Styles.Render("~/Content/css") @Styles.Render("~/Content/bootstrap-theme.css")