|  | @@ -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; ?>
 |