Browse Source

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

updated
pull/3564/head
Akın Sabri Çam 6 years ago
committed by GitHub
parent
commit
7ec39e4c7a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml

3
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml

@ -18,8 +18,7 @@
@{
ViewBag.FluidLayout = true;
Layout = ThemeManager.CurrentTheme.GetEmptyLayout();
@* PageLayout.Content.Title = Model.DocumentName?.Replace("-", " ");*@
ViewBag.Title = "Documentation Center";
PageLayout.Content.Title = Model.DocumentName?.Replace("-", " ");
}
@section styles {
<abp-style-bundle name="@typeof(IndexModel).FullName">

Loading…
Cancel
Save