diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 435d3cc..ba538e6 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -22,7 +22,7 @@
var actix_home = document.getElementById("act-home")
actix_home.style.display = "none"
}
- if (window.location.href.indexOf("https://actix.rs/") == 0) {
+ if (window.location.href.indexOf("https://kriry.github.io/") == 0 && window.location.href.indexOf("https://kriry.github.io/cn/") == -1) {
var actix_home_cn = document.getElementById("act-home-cn")
actix_home_cn.style.display = "none"
}