Engincan VESKE
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/Public/CmsKit/Blogs/BlogPost.cshtml
|
|
|
@ -43,7 +43,7 @@ |
|
|
|
@if (isScrollIndexEnabled) |
|
|
|
{ |
|
|
|
<abp-script-bundle> |
|
|
|
<abp-style src="/Pages/Public/CmsKit/Blogs/bootstrap-toc.js" /> |
|
|
|
<abp-script src="/Pages/Public/CmsKit/Blogs/bootstrap-toc.js" /> |
|
|
|
<abp-script src="/Pages/Public/CmsKit/Blogs/blogpost-scroll-index.js" /> |
|
|
|
</abp-script-bundle> |
|
|
|
} |
|
|
|
@ -175,4 +175,4 @@ |
|
|
|
entityId = Model.ViewModel.Id.ToString() |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|