Browse Source

asset改为 cdn链接

liuyuqi-dellpc 5 years ago
parent
commit
ca537f4025
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/assets.php

+ 1 - 1
include/assets.php

@@ -15,7 +15,7 @@ if ( ! function_exists( 'pen_assets' ) ) {
 	 */
 	function pen_assets() {
 
-		$theme_directory = get_template_directory_uri();
+		$theme_directory = "//cdn.yoqi.me/blog/wp-content/themes/pen";
 
 		$css_files = array(
 			'normalize'  => '/assets/css/normalize.css',