Browse Source

修改‘首页’为‘博客首页’

wqg 2 months ago
parent
commit
26882aba98
1 changed files with 2 additions and 2 deletions
  1. 2 2
      usr/themes/default/header.php

+ 2 - 2
usr/themes/default/header.php

@@ -44,7 +44,7 @@
     <script src="https://cdn.wqg.life/common/typecho.js"></script>
     <!-- 自定义css -->
     <link rel="stylesheet" href="https://cdn.wqg.life/common/typecho.css" />
-
+    
 </head>
 <body>
 
@@ -71,7 +71,7 @@
             <div class="col-mb-12">
                 <nav id="nav-menu" class="clearfix" role="navigation">
                     <a<?php if ($this->is('index')): ?> class="current"<?php endif; ?>
-                        href="<?php $this->options->siteUrl(); ?>"><?php _e('首页'); ?></a>
+                        href="<?php $this->options->siteUrl(); ?>"><?php _e('博客首页'); ?></a>
                     <?php \Widget\Contents\Page\Rows::alloc()->to($pages); ?>
                     <?php while ($pages->next()): ?>
                         <a<?php if ($this->is('page', $pages->slug)): ?> class="current"<?php endif; ?>