diff --git a/404.php b/404.php index 8f297fd..ce8e81b 100644 --- a/404.php +++ b/404.php @@ -3,7 +3,7 @@ * 404 模板 * @author Seaton Jiang * @license MIT License - * @version 2020.02.23 + * @version 2020.03.14 */ get_header(); ?> @@ -28,8 +28,8 @@ get_header(); ?> - + - + \ No newline at end of file diff --git a/footer.php b/footer.php index 1e82a6b..b4f40b7 100644 --- a/footer.php +++ b/footer.php @@ -3,7 +3,7 @@ * 主题页脚 * @author Seaton Jiang * @license MIT License - * @version 2020.02.15 + * @version 2020.03.14 */ ?> - + \ No newline at end of file diff --git a/header.php b/header.php index 3126229..21172a6 100644 --- a/header.php +++ b/header.php @@ -3,7 +3,7 @@ * 主题页眉 * @author Seaton Jiang * @license MIT License - * @version 2020.02.23 + * @version 2020.03.14 */ ?> @@ -53,7 +53,7 @@ ) ); ?> - + - + - \ No newline at end of file + \ No newline at end of file diff --git a/index.php b/index.php index 71aa098..e7d72d3 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * 首页模板 * @author Seaton Jiang * @license MIT License - * @version 2020.02.23 + * @version 2020.03.14 */ get_header(); ?> @@ -37,11 +37,11 @@ get_header(); ?> - + + - + \ No newline at end of file diff --git a/page.php b/page.php index 6fe19f8..3cef860 100644 --- a/page.php +++ b/page.php @@ -3,7 +3,7 @@ * 页面模板 * @author Seaton Jiang * @license MIT License - * @version 2020.02.23 + * @version 2020.03.14 */ get_header(); ?> @@ -15,18 +15,18 @@ get_header(); ?>

-
+
-
- + + - + + - + \ No newline at end of file diff --git a/pages/page-content.php b/pages/page-content.php index 671278f..2b8a10f 100644 --- a/pages/page-content.php +++ b/pages/page-content.php @@ -3,7 +3,7 @@ * 文章列表 * @author Seaton Jiang * @license MIT License - * @version 2020.02.26 + * @version 2020.03.14 */ ?>
@@ -36,4 +36,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/pages/page-toolbar.php b/pages/page-toolbar.php index 3435988..8dd5ab4 100644 --- a/pages/page-toolbar.php +++ b/pages/page-toolbar.php @@ -3,7 +3,7 @@ * 文章工具栏 * @author Seaton Jiang * @license MIT License - * @version 2020.02.15 + * @version 2020.03.14 */ ?>
@@ -18,4 +18,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/single.php b/single.php index 55a2724..93c88be 100644 --- a/single.php +++ b/single.php @@ -3,7 +3,7 @@ * 文章内容 * @author Seaton Jiang * @license MIT License - * @version 2020.02.23 + * @version 2020.03.14 */ get_header(); ?> @@ -26,7 +26,7 @@ get_header(); ?> - +

@@ -36,7 +36,7 @@ get_header(); ?> '; edit_post_link(__('编辑文章', 'kratos')); echo ''; }; ?>
-
+
} } ?> -
+ + - - + + - + + - + \ No newline at end of file