revert incorrect changes from blog module

pull/3153/head
Akın Sabri Çam 6 years ago
parent 85a585b651
commit b63c9c7e97

@ -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 {
<abp-script-bundle name="@typeof(IndexModel).FullName">

Loading…
Cancel
Save