1
0

Separated out CSS files, and updated some of them

This commit is contained in:
Aaron Lindsay
2011-02-24 21:29:00 -07:00
parent ca2a0f8795
commit 0d23d11143
7 changed files with 118 additions and 88 deletions

View File

@ -12,7 +12,7 @@
<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<link rel="stylesheet" href="http://aclindsay.com/stylesheet.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://aclindsay.com/css/stylesheet.css" type="text/css" media="screen" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>