Revert "correct link to styles in the header"
This reverts commit fb596f3281
.
This commit is contained in:
parent
fb596f3281
commit
29e510c1b6
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
echo file_get_contents(sprintf('%s/css/core.min.css', get_stylesheet_directory())); ?>
|
||||
</style>
|
||||
<link rel="stylesheet" href="<?php echo get_bloginfo('stylesheet_url') . '?' . filemtime(get_stylesheet_directory() . '/css/styles.min.css'); ?>">
|
||||
<link rel="stylesheet" href="<?php echo get_bloginfo('stylesheet_url') . '?' . filemtime(get_stylesheet_directory() . '/style.css'); ?>">
|
||||
|
||||
<?php wp_head(); ?>
|
||||
<!--[if lt IE 10]>
|
||||
|
|
Loading…
Reference in New Issue