|
|
@ -10,7 +10,7 @@ |
|
|
<link rel="canonical" href="<?php echo $canonical; ?>" /> |
|
|
<link rel="canonical" href="<?php echo $canonical; ?>" /> |
|
|
<link rel="alternate" type="application/rss+xml" title="<?php echo config('blog.title')?> Feed" href="<?php echo site_url()?>feed/rss" /> |
|
|
<link rel="alternate" type="application/rss+xml" title="<?php echo config('blog.title')?> Feed" href="<?php echo site_url()?>feed/rss" /> |
|
|
<link href="<?php echo site_url() ?>themes/default/css/style.css" rel="stylesheet" /> |
|
|
<link href="<?php echo site_url() ?>themes/default/css/style.css" rel="stylesheet" /> |
|
|
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:700,400"/> |
|
|
|
|
|
|
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> |
|
|
<?php if (publisher() == true):?><link href="<?php echo publisher() ?>" rel="publisher" /><?php endif;?>
|
|
|
<?php if (publisher() == true):?><link href="<?php echo publisher() ?>" rel="publisher" /><?php endif;?>
|
|
|
<!--[if lt IE 9]> |
|
|
<!--[if lt IE 9]> |
|
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
|
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
|
|
|