diff --git a/public/themes/website/1/en/demo/components/header.html b/public/themes/website/1/en/demo/components/header.html
index 8cd20e5..45fcb48 100755
--- a/public/themes/website/1/en/demo/components/header.html
+++ b/public/themes/website/1/en/demo/components/header.html
@@ -68,6 +68,7 @@
$sina_url = $content_arr['1'] ?? '';
$zhihu_url = $content_arr['2'] ?? '';
{/php}
+ {if(!empty($douyin_url))}
+ {/if}
+ {if(!empty($sina_url))}
+ {/if}
+ {if(!empty($zhihu_url))}
+ {/if}
+
{php}
$hc_lang = function_exists('getLang') ? getLang() : 'zh';
diff --git a/public/themes/website/1/zh/demo/components/header.html b/public/themes/website/1/zh/demo/components/header.html
index cff5bb2..7e6e146 100755
--- a/public/themes/website/1/zh/demo/components/header.html
+++ b/public/themes/website/1/zh/demo/components/header.html
@@ -68,6 +68,7 @@
$sina_url = $content_arr['1'] ?? '';
$zhihu_url = $content_arr['2'] ?? '';
{/php}
+ {if(!empty($douyin_url))}
+ {/if}
+ {if(!empty($sina_url))}
+ {/if}
+ {if(!empty($zhihu_url))}
+ {/if}
{php}
$hc_lang = function_exists('getLang') ? getLang() : 'zh';