diff --git a/public/themes/website/1/zh/demo/about.html b/public/themes/website/1/zh/demo/about.html index 9d9bce8..c8a7bb5 100644 --- a/public/themes/website/1/zh/demo/about.html +++ b/public/themes/website/1/zh/demo/about.html @@ -121,7 +121,7 @@

{$case_top.title}

-

{$case_top.content|strip_tags}

+

{$case_top.content|strip_tags|raw}

diff --git a/public/themes/website/1/zh/demo/components/header.html b/public/themes/website/1/zh/demo/components/header.html index a73116d..3ff37c0 100644 --- a/public/themes/website/1/zh/demo/components/header.html +++ b/public/themes/website/1/zh/demo/components/header.html @@ -363,13 +363,13 @@ {hcTaglib:category id="364" item="vo" field="*"} {php} $zhanhui_and_activity = $vo; - $thumbnail_url = $vo['thumbnail']['url'] ?? ''; + $thumbnail_url_header = $vo['thumbnail']['url'] ?? ''; {/php} {/hcTaglib:category}