diff --git a/footer.php b/footer.php index 513e3e3..f3ed76f 100644 --- a/footer.php +++ b/footer.php @@ -4,7 +4,7 @@ * 主题页脚 * @author Seaton Jiang * @license GPL-3.0 License - * @version 2022.04.29 + * @version 2022.05.27 */ ?> diff --git a/header.php b/header.php index 716023e..fffc4b7 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ * 主题页眉 * @author Seaton Jiang * @license GPL-3.0 License - * @version 2022.01.26 + * @version 2022.05.27 */ ?> @@ -20,10 +20,17 @@ - ' ?> - - - + '; + } + wp_head(); + wp_print_scripts('jquery'); + mourning(); + if (kratos_option('seo_statistical')) { + echo kratos_option('seo_statistical'); + } + ?> @@ -79,4 +86,4 @@ - + \ No newline at end of file