Browse Source

Update Index.cshtml

pull/3133/head
Alper Ebicoglu 7 years ago
committed by GitHub
parent
commit
ae943e10da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml

2
modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml

@ -8,7 +8,7 @@
@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.Description = "Volosoft blogs about new features and technologies either used to build Volosoft's open-source repositories and products or general interest.";
}
@section scripts {
<abp-script-bundle name="@typeof(IndexModel).FullName">

Loading…
Cancel
Save