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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
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"> |
|
|
|
|