Browse Source

Update Index.cshtml

pull/15763/head
Onur Pıçakcı 3 years ago
parent
commit
eda2af56c6
  1. 1
      modules/blogging/src/Volo.Blogging.Admin.Web/Pages/Blogging/Admin/Blogs/Index.cshtml

1
modules/blogging/src/Volo.Blogging.Admin.Web/Pages/Blogging/Admin/Blogs/Index.cshtml

@ -22,7 +22,6 @@
@inject IPageLayout PageLayout
@{
PageLayout.Content.Title = L["Blogs"].Value;
PageLayout.Content.BreadCrumb.Add(L["Menu:Blogs"].Value);
PageLayout.Content.MenuItemName = BloggingAdminMenuNames.Blogs;
}

Loading…
Cancel
Save