From 7c3d5156e13a8394350150662faf599d00e83e97 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 24 May 2017 14:12:04 -0400 Subject: [PATCH] grrrrrrrrrrr --- Project-Unite/Views/Shared/_Layout.cshtml | 26 +++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) 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")