fix: jQuery loading location (#232)

pull/233/head
Seaton Jiang 2020-06-21 11:11:04 +08:00
parent af817bd22b
commit b36a9df0fd
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* 主题页眉
* @author Seaton Jiang <seaton@vtrois.com>
* @license MIT License
* @version 2020.06.13
* @version 2020.06.21
*/
?>
<!DOCTYPE html>
@ -19,7 +19,7 @@
<meta name="theme-color" content="<?php echo kratos_option('g_chrome', '#282a2c'); ?>">
<meta itemprop="image" content="<?php echo share_thumbnail_url(); ?>"/>
<link rel="shortcut icon" href="<?php echo kratos_option('g_icon'); ?>">
<?php wp_head(); mourning(); ?>
<?php wp_head(); wp_print_scripts('jquery'); mourning(); ?>
</head>
<?php flush(); ?>
<body>