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