修改title和页面提示不对应

pull/127/head
yuanhca 2019-11-13 14:12:22 +08:00 committed by GitHub
parent 6f6cf39b80
commit 25122ce99f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ get_header();
#ini_set('display_errors', '1'); #ini_set('display_errors', '1');
?> ?>
<div id="main"> <div id="main">
<header class="page-header"><h1 class="cat-title">归档</h1> <span class="cat-des"><p>Archives</p> </span></header> <header class="page-header"><h1 class="cat-title">时光轴</h1> <span class="cat-des"><p>TimeLine</p> </span></header>
<div id="main-part"> <div id="main-part">
<?php if (have_posts()) : the_post(); update_post_caches($posts); ?> <?php if (have_posts()) : the_post(); update_post_caches($posts); ?>
<article class="art"> <article class="art">
@ -28,4 +28,4 @@ get_header();
<?php endif; ?> <?php endif; ?>
</div> </div>
</div> </div>
<?php get_footer(); <?php get_footer();