From b63c9c7e97838534d07b1de42507803292e5bc3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ak=C4=B1n=20Sabri=20=C3=87am?= Date: Tue, 17 Mar 2020 10:07:51 +0300 Subject: [PATCH] revert incorrect changes from blog module --- .../src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml index 485bce3107..5019c8a29e 100644 --- a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml +++ b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml @@ -7,8 +7,7 @@ @inject IAuthorizationService Authorization @model Volo.Blogging.Pages.Blog.Posts.IndexModel @{ - ViewBag.Title = "Read All Blog Posts"; - ViewBag.Description = "Volosoft blogs about new features and technologies either used to build Volosoft's open-source repositories and products, or general interest."; + ViewBag.Title = "Blog"; } @section scripts {