From 17fc668e7df544a32b6fa26d8cf51a4e778aad98 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Fri, 16 Feb 2018 06:05:14 -0600 Subject: [PATCH] html tweaks --- src/FilterLists.Web/Views/Home/Index.cshtml | 8 +------- src/FilterLists.Web/Views/Shared/_Layout.cshtml | 6 ++++-- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/FilterLists.Web/Views/Home/Index.cshtml b/src/FilterLists.Web/Views/Home/Index.cshtml index a1dc77f0d..b566e80a3 100644 --- a/src/FilterLists.Web/Views/Home/Index.cshtml +++ b/src/FilterLists.Web/Views/Home/Index.cshtml @@ -1,13 +1,7 @@ @{ - ViewData["Title"] = "Home"; + ViewData["Title"] = "Protect privacy. Be Secure. Customize your web."; } -
Loading...
- - - @section scripts { } \ No newline at end of file diff --git a/src/FilterLists.Web/Views/Shared/_Layout.cshtml b/src/FilterLists.Web/Views/Shared/_Layout.cshtml index 6bd400eae..90c2e4972 100644 --- a/src/FilterLists.Web/Views/Shared/_Layout.cshtml +++ b/src/FilterLists.Web/Views/Shared/_Layout.cshtml @@ -3,7 +3,7 @@ - @ViewData["Title"] - FilterLists + FilterLists | @ViewData["Title"] @@ -14,8 +14,10 @@ @RenderBody() - @RenderSection("scripts", false) + \ No newline at end of file