diff --git a/single-sites.php b/single-sites.php index ab2efd2..b9533a5 100644 --- a/single-sites.php +++ b/single-sites.php @@ -67,7 +67,7 @@ ?>
- 链接直达 + 链接直达
diff --git a/style.css b/style.css index fddca8b..dda4184 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ Theme Name:WebStack Theme URI:https://www.iowen.cn Description:by 一为!官方网站:一为忆
升级pro版,体验更多功能 -Version:1.1315 +Version:1.1421 Author:iowen Author URI: https://www.iowen.cn/ */ diff --git a/templates/header-nav.php b/templates/header-nav.php index d871f70..05d9398 100644 --- a/templates/header-nav.php +++ b/templates/header-nav.php @@ -30,7 +30,7 @@ ); if(empty($children)){ ?>
  • - + name; ?> @@ -45,7 +45,7 @@
  • - name; ?> + name; ?>
  • diff --git a/templates/site-card.php b/templates/site-card.php index 1c57731..0183e04 100644 --- a/templates/site-card.php +++ b/templates/site-card.php @@ -41,7 +41,7 @@ $blank = ''; }else{ if(io_get_option('is_go')) - $url = '/go/?url='.base64_encode($link_url) ; + $url = home_url().'/go/?url='.base64_encode($link_url) ; else $url = $link_url; }