summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Shared/_Layout.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Views/Shared/_Layout.cshtml')
-rw-r--r--Project-Unite/Views/Shared/_Layout.cshtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml
index 353b7b3..3a1430d 100644
--- a/Project-Unite/Views/Shared/_Layout.cshtml
+++ b/Project-Unite/Views/Shared/_Layout.cshtml
@@ -27,7 +27,15 @@
<script src="@Url.Action("jquery.datetimepicker.js", "Scripts")"></script>
<link rel="stylesheet" href="~/Content/datetimepicker.css" />
@RenderSection("scripts", required: false)
+
<title>@ViewBag.Title &bull; ShiftOS</title>
+
+ <meta name="description" content="@ViewBag.Description" />
+ <meta name="keywords" content="@Model.Keywords" />
+ <meta property="og:title" content="@ViewBag.Title" />
+ <meta property="og:description" content="@ViewBag.Description" />
+
+
@Styles.Render("~/Content/css")
@Styles.Render("~/Content/bootstrap-theme.css")
@Styles.Render("~/Content/Site.css")