Merge pull request #3153 from abpframework/akin/updated-meta-tags-and-added-localization-keys-of-blogModule

revert incorrect changes from blog module
pull/3156/head
Alper Ebicoglu 5 years ago committed by GitHub
commit eddbe79585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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