diff --git a/webs/emissary-ingress/toto.sh b/webs/emissary-ingress/toto.sh
index 56333e9..af17432 100644
--- a/webs/emissary-ingress/toto.sh
+++ b/webs/emissary-ingress/toto.sh
@@ -10,10 +10,10 @@ before_build(){
echo "------------------"
ls -lhathemes/docsy/
# 添加网站访问统计
- echo '' >> ./themes/docsy/layouts/partials/favicons.html
+ echo '' >> ./themes/docsy/layouts/_partials/scripts/mermaid.html
- log_info "./themes/docsy/layouts/partials/favicons.html 文件内容"
- cat ./themes/docsy/layouts/partials/favicons.html
+ log_info " ./themes/docsy/layouts/_partials/scripts/mermaid.html 文件内容"
+ cat ./themes/docsy/layouts/_partials/scripts/mermaid.html
}