From 8328ea1d27dab2a9d9ae7bdaa5eed6671767e556 Mon Sep 17 00:00:00 2001 From: krircc Date: Sat, 23 Jun 2018 12:26:25 +0800 Subject: [PATCH] Update footer.html --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }