mirror of
https://github.com/actix/actix-website
synced 2025-06-27 07:29:02 +02:00
add blog nav in cn site
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
window.onload = function(){
|
||||
if (window.location.href.search("cn") == -1) {
|
||||
document.getElementById("nav-blog").style.display = "none"
|
||||
}
|
||||
}
|
||||
|
||||
(function() {
|
||||
function activateFeature(sel) {
|
||||
$('div.actix-feature').hide();
|
||||
|
Reference in New Issue
Block a user