Browse Source

cms-kit: Fix `TagHelper` name

pull/15802/head
Jadyn 3 years ago
parent
commit
ff71e4ed98
  1. 10
      modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/Public/CmsKit/Blogs/BlogPost.cshtml

10
modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/Public/CmsKit/Blogs/BlogPost.cshtml

@ -29,17 +29,17 @@
@section styles{
@if (isScrollIndexEnabled)
{
<abp-abp-style-bundle>
<abp-style-bundle>
<abp-style src="/Pages/Public/CmsKit/Blogs/bootstrap-toc.css" />
</abp-abp-style-bundle>
</abp-style-bundle>
}
<abp-abp-style-bundle>
<abp-style-bundle>
<abp-style src="/Pages/Public/CmsKit/Blogs/blogPost.css" />
<abp-style type="typeof(HighlightJsStyleContributor)" />
</abp-abp-style-bundle>
</abp-style-bundle>
}
@section scripts{
@section scripts{
@if (isScrollIndexEnabled)
{
<abp-script-bundle>

Loading…
Cancel
Save